From: Thomas Goirand <[email protected]> Signed-off-by: Thomas Goirand <[email protected]> Signed-off-by: Ben Pfaff <[email protected]> --- AUTHORS | 1 + debian/openvswitch-controller.init | 2 ++ debian/openvswitch-ipsec.init | 2 ++ debian/openvswitch-switch.init | 2 ++ 4 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/AUTHORS b/AUTHORS index 958d7f5..ada4058 100644 --- a/AUTHORS +++ b/AUTHORS @@ -49,6 +49,7 @@ Shan Wei [email protected] Shih-Hao Li [email protected] Simon Horman [email protected] Tetsuo NAKAGAWA [email protected] +Thomas Goirand [email protected] Thomas Lacroix [email protected] Todd Deshane [email protected] Tom Everman [email protected] diff --git a/debian/openvswitch-controller.init b/debian/openvswitch-controller.init index a5403b8..cfcd0a3 100755 --- a/debian/openvswitch-controller.init +++ b/debian/openvswitch-controller.init @@ -27,6 +27,8 @@ # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Open vSwitch controller +# Description: The Open vSwitch controller enables OpenFlow switches that connect to it +# to act as MAC-learning Ethernet switches. ### END INIT INFO PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin diff --git a/debian/openvswitch-ipsec.init b/debian/openvswitch-ipsec.init index 125b50f..8e5c7b2 100755 --- a/debian/openvswitch-ipsec.init +++ b/debian/openvswitch-ipsec.init @@ -24,6 +24,8 @@ # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Open vSwitch GRE-over-IPsec daemon +# Description: The ovs-monitor-ipsec script provides support for encrypting GRE +# tunnels with IPsec. ### END INIT INFO PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init index cb9670c..98863e3 100755 --- a/debian/openvswitch-switch.init +++ b/debian/openvswitch-switch.init @@ -21,6 +21,8 @@ # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Open vSwitch switch +# Description: openvswitch-switch provides the userspace components and utilities for +# the Open vSwitch kernel-based switch. ### END INIT INFO (test -x /usr/sbin/ovs-vswitchd && test -x /usr/sbin/ovsdb-server) || exit 0 -- 1.7.2.5 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
