Re: [PATCH net v2 2/2] netconf: add a notif when settings are created

2016-09-02 Thread David Miller
From: Nicolas Dichtel Date: Tue, 30 Aug 2016 10:09:22 +0200 > All changes are notified, but the initial state was missing. > > Signed-off-by: Nicolas Dichtel Applied.

[PATCH net v2 2/2] netconf: add a notif when settings are created

2016-08-30 Thread Nicolas Dichtel
All changes are notified, but the initial state was missing. Signed-off-by: Nicolas Dichtel --- v2: no change net/ipv4/devinet.c | 11 +++ net/ipv6/addrconf.c | 9 - 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/net/ipv4/devinet.c