summaryrefslogtreecommitdiff
path: root/utilities/ovs-ctl.8
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2012-11-06 11:11:30 -0800
committerGurucharan Shetty <gshetty@nicira.com>2012-11-26 10:35:11 -0800
commit0311d4f48ddfeb5f7d25b45d53168c02603bcf62 (patch)
tree1bd3a98e34d7bc606dfc3302cd8057c87b2a6a33 /utilities/ovs-ctl.8
parent3b21e3871731d30714890671164d491ebeef459d (diff)
downloadopenvswitch-0311d4f48ddfeb5f7d25b45d53168c02603bcf62.tar.gz
ovs-ctl.in: Don't save kernel datapath config.
Commit a41754333f6 (ovs-ctl.in: Ability to save flows and kernel datapath config.) made ovs-ctl able to usefully save and restore the flow table across loading and unloading the OVS kernel module and stopping and starting the OVS daemons. To ensure that the flow table was still meaningful, it ensured that the datapath port numbers were the same with the old and new versions of the kernel module. However, later commit e1b1d06afde (Separate OpenFlow port numbers from datapath ones.) changed the OpenFlow implementation so that keeping the same datapath port numbers no longer ensured that the OpenFlow port numbers would be the same. This caused a regression in saving and restoring the flow table. Although the flow table was still saved and restored, it was no longer useful, since the datapath port numbers might change. This commit does not fix the regression, but it does drop the code that saves and restores the port datapath numbers, since it is no longer useful. The following commit fixes the regression. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Diffstat (limited to 'utilities/ovs-ctl.8')
-rw-r--r--utilities/ovs-ctl.89
1 files changed, 4 insertions, 5 deletions
diff --git a/utilities/ovs-ctl.8 b/utilities/ovs-ctl.8
index 3092d463f..04c293058 100644
--- a/utilities/ovs-ctl.8
+++ b/utilities/ovs-ctl.8
@@ -287,8 +287,7 @@ implemented by Open vSwitch. The most common examples of these are
bridge ``local ports''.
.
.IP 2.
-Saves the Openflow flows of each bridge and the kernel datapath
-configuration for each of the kernel datapaths.
+Saves the Openflow flows of each bridge.
.
.IP 3.
Stops the Open vSwitch daemons, as if by a call to \fBovs\-ctl
@@ -305,9 +304,9 @@ 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, restores the saved kernel datapath configuration,
-restarts the OVS daemons (including \fBovs\-brcompatd\fR, if \fB\-\-brcompat\fR
-is specified) and finally restores the saved Openflow flows.
+reloads the kernel module, restarts the OVS daemons (including
+\fBovs\-brcompatd\fR, if \fB\-\-brcompat\fR is specified) and finally
+restores the saved Openflow flows.
.
.IP 7.
Restores the kernel configuration state that was saved in step 4.