Signed-off-by: Justin Pettit <jpet...@nicira.com> --- INSTALL | 2 +- lib/ofp-msgs.c | 2 +- utilities/ovs-ctl.8 | 6 +++--- utilities/ovs-save | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/INSTALL b/INSTALL index ede5488..7e0097b 100644 --- a/INSTALL +++ b/INSTALL @@ -382,7 +382,7 @@ of Open vSwitch, make sure that the new userspace version is compatible with the previously loaded kernel module. 2. An upgrade of userspace daemons means that they have to be restarted. -Restarting the daemons means that the Openflow flows in the ovs-vswitchd daemon +Restarting the daemons means that the OpenFlow flows in the ovs-vswitchd daemon will be lost. One way to restore the flows is to let the controller re-populate it. Another way is to save the previous flows using a utility like ovs-ofctl and then re-add them after the restart. Restoring the old flows diff --git a/lib/ofp-msgs.c b/lib/ofp-msgs.c index 99c7e01..3e93466 100644 --- a/lib/ofp-msgs.c +++ b/lib/ofp-msgs.c @@ -836,7 +836,7 @@ ofpmsg_update_length(struct ofpbuf *buf) oh->length = htons(ofpbuf_size(buf)); } -/* Returns just past the Openflow header (including the stats headers, vendor +/* Returns just past the OpenFlow header (including the stats headers, vendor * header, and any subtype header) in 'oh'. */ const void * ofpmsg_body(const struct ofp_header *oh) diff --git a/utilities/ovs-ctl.8 b/utilities/ovs-ctl.8 index 97294af..2925274 100644 --- a/utilities/ovs-ctl.8 +++ b/utilities/ovs-ctl.8 @@ -237,7 +237,7 @@ aren't running. .PP The \fBrestart\fR command performs a \fBstop\fR followed by a \fBstart\fR command. The command can take the same options as that of the \fBstart\fR -command. In addition, it saves and restores Openflow flows for each +command. In addition, it saves and restores OpenFlow flows for each individual bridge. . .SH "The ``status'' command" @@ -267,7 +267,7 @@ implemented by Open vSwitch. The most common examples of these are bridge ``local ports''. . .IP 2. -Saves the Openflow flows of each bridge. +Saves the OpenFlow flows of each bridge. . .IP 3. Stops the Open vSwitch daemons, as if by a call to \fBovs\-ctl @@ -285,7 +285,7 @@ compatibility module if it is loaded). .IP 6. Starts OVS back up, as if by a call to \fBovs\-ctl start\fR. This reloads the kernel module, restarts the OVS daemons and finally -restores the saved Openflow flows. +restores the saved OpenFlow flows. . .IP 7. Restores the kernel configuration state that was saved in step 4. diff --git a/utilities/ovs-save b/utilities/ovs-save index 73895f3..4478a3a 100755 --- a/utilities/ovs-save +++ b/utilities/ovs-save @@ -26,7 +26,7 @@ Commands: network interfaces, as well as the system iptables configuration. save-flows Outputs a shell script on stdout that will restore - Openflow flows of each Open vSwitch bridge. + OpenFlow flows of each Open vSwitch bridge. save-ofports Outputs a shell script on stdout that will restore the ofport value across a force-reload-kmod. This script is meant as a helper for the Open vSwitch init script commands. -- 1.7.5.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev