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

2015-07-07 Thread Andy Gospodarek
On Tue, Jul 07, 2015 at 09:57:57AM +0200, Nicolas Dichtel wrote: > Le 06/07/2015 20:21, Andy Gospodarek a écrit : > >This kernel patch exports the value of the new > >ignore_routes_with_linkdown via netconf. > > > >Signed-off-by: Andy Gospodarek > >Suggested-by: Nicolas Dichtel > >--- > You need

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

2015-07-07 Thread Nicolas Dichtel
Le 06/07/2015 20:21, Andy Gospodarek a écrit : This kernel patch exports the value of the new ignore_routes_with_linkdown via netconf. Signed-off-by: Andy Gospodarek Suggested-by: Nicolas Dichtel --- You need also to patch devinet_conf_proc() so that a netlink message is sent when the user up

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

2015-07-06 Thread Andy Gospodarek
This kernel patch exports the value of the new ignore_routes_with_linkdown via netconf. Signed-off-by: Andy Gospodarek Suggested-by: Nicolas Dichtel --- include/uapi/linux/netconf.h | 1 + net/ipv4/devinet.c | 7 +++ 2 files changed, 8 insertions(+) diff --git a/include/uapi/linu