Re: [ovs-dev] [PATCH] rhel: fix tunnel port ifup/ifdown failure

2014-11-07 Thread Flavio Leitner
On Thu, Nov 06, 2014 at 02:14:45PM -0800, Ben Pfaff wrote: > On Thu, Nov 06, 2014 at 04:50:06PM -0200, Flavio Leitner wrote: > > The tunnel port is invisible to the OS, so there is > > no reason to call OTHERSCRIPT in the ifup/ifdown scripts. > > > > Signed-off-by: Flavio Leitner > > Applied, th

Re: [ovs-dev] [PATCH] rhel: fix tunnel port ifup/ifdown failure

2014-11-06 Thread Ben Pfaff
On Thu, Nov 06, 2014 at 04:50:06PM -0200, Flavio Leitner wrote: > The tunnel port is invisible to the OS, so there is > no reason to call OTHERSCRIPT in the ifup/ifdown scripts. > > Signed-off-by: Flavio Leitner Applied, thanks! Also backported to branch-2.3. ___

[ovs-dev] [PATCH] rhel: fix tunnel port ifup/ifdown failure

2014-11-06 Thread Flavio Leitner
The tunnel port is invisible to the OS, so there is no reason to call OTHERSCRIPT in the ifup/ifdown scripts. Signed-off-by: Flavio Leitner --- rhel/etc_sysconfig_network-scripts_ifdown-ovs | 4 ++-- rhel/etc_sysconfig_network-scripts_ifup-ovs | 1 - 2 files changed, 2 insertions(+), 3 deletio