If someone were to install this package, we'd expect that they'd want this enabled since the default behavior after package install should be to start the daemons. Right now, the VTEP start script doesn't do anything unless this flag is set to true.
Bug #1246486 Signed-off-by: David Yang <dav...@nicira.com> --- debian/openvswitch-vtep.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/openvswitch-vtep.default b/debian/openvswitch-vtep.default index 2e888e7..5049aeb 100644 --- a/debian/openvswitch-vtep.default +++ b/debian/openvswitch-vtep.default @@ -1,4 +1,4 @@ # This is a POSIX shell fragment -*- sh -*- # ENABLE_OVS_VTEP: Whether to start ovs-vtep. -ENABLE_OVS_VTEP="false" +ENABLE_OVS_VTEP="true" -- 1.7.9.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev