[ovs-dev] [PATCH] debian/openvswitch-vtep.default: enable VTEP on install

2014-05-19 Thread David Yang
--- 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 @@ #

[ovs-dev] [PATCH] debian/openvswitch-vtep.default: enable VTEP on install

2014-05-19 Thread David Yang
Signed-off-by: David Yang --- 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

Re: [ovs-dev] [PATCH] debian/openvswitch-vtep.default: enable VTEP on install

2014-05-19 Thread David Yang
0 PM, Ben Pfaff wrote: > On Mon, May 19, 2014 at 02:52:35PM -0700, David Yang wrote: >> Signed-off-by: David Yang > > Why? ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] debian/openvswitch-vtep.default: enable VTEP on install

2014-05-19 Thread David Yang
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