Re: [PATCH net-next v2] ipv4: add support for linkdown sysctl to netconf

2015-07-08 Thread David Miller
From: Andy Gospodarek Date: Tue, 7 Jul 2015 13:56:57 -0400 > This kernel patch exports the value of the new > ignore_routes_with_linkdown via netconf. > > v2: changes to notify userspace via netlink when sysctl values change > and proposed for 'net' since this could be considered a bugfix > >

Re: [PATCH net-next v2] ipv4: add support for linkdown sysctl to netconf

2015-07-08 Thread Andy Gospodarek
On Wed, Jul 08, 2015 at 11:43:50AM +0200, Nicolas Dichtel wrote: > Le 07/07/2015 19:56, Andy Gospodarek a écrit : > >This kernel patch exports the value of the new > >ignore_routes_with_linkdown via netconf. > > > >v2: changes to notify userspace via netlink when sysctl values change > >and propose

Re: [PATCH net-next v2] ipv4: add support for linkdown sysctl to netconf

2015-07-08 Thread Nicolas Dichtel
Le 07/07/2015 19:56, Andy Gospodarek a écrit : This kernel patch exports the value of the new ignore_routes_with_linkdown via netconf. v2: changes to notify userspace via netlink when sysctl values change and proposed for 'net' since this could be considered a bugfix Hmm, commit title contains

[PATCH net-next v2] ipv4: add support for linkdown sysctl to netconf

2015-07-07 Thread Andy Gospodarek
This kernel patch exports the value of the new ignore_routes_with_linkdown via netconf. v2: changes to notify userspace via netlink when sysctl values change and proposed for 'net' since this could be considered a bugfix Signed-off-by: Andy Gospodarek Suggested-by: Nicolas Dichtel --- I realize