The openvswitch-switch has an option for 'reload' which is
does nothing. Adding the argument to the help text for completeness.
---
debian/openvswitch-switch.init | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init
index a8e8972..55bd0fc 100755
--- a/debian/openvswitch-switch.init
+++ b/debian/openvswitch-switch.init
@@ -418,7 +418,7 @@ case "$1" in
;;
*)
N=/etc/init.d/openvswitch-switch
- echo "Usage: $N
{start|stop|restart|force-reload|status|force-reload-kmod|force-stop|unload}"
>&2
+ echo "Usage: $N
{start|stop|restart|reload|force-reload|status|force-reload-kmod|force-stop|unload}"
>&2
exit 1
;;
esac
--
1.7.2.5
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev