The comment is obsolete because the switch now starts by default, without prior configuration. --- debian/openvswitch-switch.template | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/debian/openvswitch-switch.template b/debian/openvswitch-switch.template index 82f4e52..70ca53e 100644 --- a/debian/openvswitch-switch.template +++ b/debian/openvswitch-switch.template @@ -1,9 +1,4 @@ # This is a POSIX shell fragment -*- sh -*- -# To configure the OpenFlow switch, fill in the following properly and -# uncomment them. Afterward, the switch will come up -# automatically at boot time. It can be started immediately with -# /etc/init.d/openvswitch-switch start - # FORCE_COREFILES: If 'yes' then core files will be enabled. # FORCE_COREFILES=yes -- 1.7.4.4 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
