ovs-save: Add a helper command to maintain ofport value.
authorGurucharan Shetty <gshetty@nicira.com>
Fri, 11 Jan 2013 21:01:55 +0000 (13:01 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Wed, 16 Jan 2013 21:39:38 +0000 (13:39 -0800)
commit1eccfa36c1ab36e2120a527ca95ca7ef4bce39fc
treeb935552c5a465365b93120c6d2a38cc55833c222
parente99d41f787d7d81b10a5c480f3174d68c7cc7e99
ovs-save: Add a helper command to maintain ofport value.

This patch adds a helper command: save-ofports. The command
will o/p a shell script that will set the 'ofport_request' column
of the interface table with the value of the corresponding ofport.

This command takes a list of bridges as input and will be used by
a future commit to restore the ofport value across force-reload-kmod.

This command is only useful while trying to upgrade from a pre-1.10
branch to 1.10 or a later branch.

Issue #13556
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
utilities/ovs-save