Re: [PATCH net-next] ipv4: enable route flushing in network namespaces

2019-06-28 Thread David Miller
From: Christian Brauner Date: Mon, 24 Jun 2019 15:29:23 +0200 > Tools such as vpnc try to flush routes when run inside network > namespaces by writing 1 into /proc/sys/net/ipv4/route/flush. This > currently does not work because flush is not enabled in non-initial > network namespaces. > Since ro

Re: [PATCH net-next] ipv4: enable route flushing in network namespaces

2019-06-24 Thread Christian Brauner
On June 24, 2019 9:49:33 PM GMT+02:00, David Ahern wrote: >On 6/24/19 7:29 AM, Christian Brauner wrote: >> Tools such as vpnc try to flush routes when run inside network >> namespaces by writing 1 into /proc/sys/net/ipv4/route/flush. This >> currently does not work because flush is not enabled in

Re: [PATCH net-next] ipv4: enable route flushing in network namespaces

2019-06-24 Thread David Ahern
On 6/24/19 7:29 AM, Christian Brauner wrote: > Tools such as vpnc try to flush routes when run inside network > namespaces by writing 1 into /proc/sys/net/ipv4/route/flush. This > currently does not work because flush is not enabled in non-initial > network namespaces. > Since routes are per networ