Re: [ovs-dev] [PATCH] debian: Automatically up the slave interfaces of a bond.

2012-10-26 Thread Ben Pfaff
On Fri, Oct 26, 2012 at 02:29:30PM -0700, Gurucharan Shetty wrote: > When physical interfaces are added to a bond through the > /etc/network/interfaces script, administratively 'up' the > slave interfaces. > > Signed-off-by: Gurucharan Shetty This seems reasonable. Thanks, Ben. ___

[ovs-dev] [PATCH] debian: Automatically up the slave interfaces of a bond.

2012-10-26 Thread Gurucharan Shetty
When physical interfaces are added to a bond through the /etc/network/interfaces script, administratively 'up' the slave interfaces. Signed-off-by: Gurucharan Shetty --- debian/ifupdown.sh |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/debian/ifupdown.sh b/debian/ifu