ovs-ctl.in: Ability to save flows and kernel datapath config.
authorGurucharan Shetty <gshetty@nicira.com>
Thu, 18 Oct 2012 22:44:37 +0000 (15:44 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Tue, 23 Oct 2012 21:14:08 +0000 (14:14 -0700)
commita41754333f6faad72e0f7b12521de7b7f737f9a6
tree23ecaf6472c8379bbc2006270ae5faf7a9c3920e
parentde34f9f4916eb3d5f7256057d78c54ee278268a6
ovs-ctl.in: Ability to save flows and kernel datapath config.

Add a new command - "restart" to ovs-ctl. Calling this command
will save and restore the Openflow flows on each bridge while
stopping and starting the userspace daemons respectively.

Also, during a force-reload-kmod, save the flows and kernel datapath
configuration. Use the saved datapath configuration while readding
the kernel module and the flows while starting the userspace daemons.

Feature #13555.
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
utilities/ovs-ctl.8
utilities/ovs-ctl.in
utilities/ovs-save