ovs-ctl.in: Don't execute the restore ofport script in some cases.
authorGurucharan Shetty <gshetty@nicira.com>
Tue, 12 Feb 2013 17:29:55 +0000 (09:29 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Tue, 12 Feb 2013 22:43:50 +0000 (14:43 -0800)
commit141642d17f8029bfdf1e76c63cebbd5232452ad1
tree79e22c84aa2796672fd757649ff694e1bef20233
parent4b95a9e9bb8d45010a5765f431b6d15367914704
ovs-ctl.in: Don't execute the restore ofport script in some cases.

While upgrading from openvswitch1.10, we need not restore ofports
across force-reload-kmod.

This patch fixes a bug wherein 'force-reload-kmod' command
tried to execute an empty script that did not have '+x' in
file permissions.

Bug #15067
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
utilities/ovs-ctl.in