Re: [Shorewall-devel] [PATCH] Fix multi-providers when interface link state is down

2018-10-11 Thread Tom Eastep
On 10/11/2018 03:07 AM, Jeremie Courreges-Anglas wrote: > > On 10/1/18 4:51 PM, Tom Eastep wrote: >> On 09/17/2018 03:15 AM, Jeremie Courreges-Anglas wrote: >>> From: htouvet >>> >>> Newish iproute2 print "linkdown" when the link state of the interface >>> associated with a route is down. This b

Re: [Shorewall-devel] [PATCH] Fix multi-providers when interface link state is down

2018-10-11 Thread Jeremie Courreges-Anglas
On 10/1/18 4:51 PM, Tom Eastep wrote: > On 09/17/2018 03:15 AM, Jeremie Courreges-Anglas wrote: >> From: htouvet >> >> Newish iproute2 print "linkdown" when the link state of the interface >> associated with a route is down. This breaks multi-providers >> operations. As a quickfix, tweak add/re

Re: [Shorewall-devel] [PATCH] Fix multi-providers when interface link state is down

2018-10-01 Thread Tom Eastep
On 09/17/2018 03:15 AM, Jeremie Courreges-Anglas wrote: > From: htouvet > > Newish iproute2 print "linkdown" when the link state of the interface > associated with a route is down. This breaks multi-providers > operations. As a quickfix, tweak add/remove_gateway to strip > "linkdown" from ip ro

[Shorewall-devel] [PATCH] Fix multi-providers when interface link state is down

2018-09-17 Thread Jeremie Courreges-Anglas
From: htouvet Newish iproute2 print "linkdown" when the link state of the interface associated with a route is down. This breaks multi-providers operations. As a quickfix, tweak add/remove_gateway to strip "linkdown" from ip route output. This diff does not address IPv6 handling, which also lo