Merge branch 'netconf-delnetconf'
David Ahern says:
====================
netconf: Add support for RTM_DELNETCONF
netconf notifications are sent as devices register but not when they
are deleted leaving userspace caches out of sync. Add support for
RTM_DELNETCONF to ipv4, ipv6 and mpls.
MPLS is missing RTM_NEWNETCONF as devices are created, so add it as well.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- include/linux/inetdevice.h 2 additions, 2 deletionsinclude/linux/inetdevice.h
- include/net/addrconf.h 2 additions, 2 deletionsinclude/net/addrconf.h
- include/uapi/linux/rtnetlink.h 2 additions, 0 deletionsinclude/uapi/linux/rtnetlink.h
- net/ipv4/devinet.c 41 additions, 23 deletionsnet/ipv4/devinet.c
- net/ipv4/ipmr.c 7 additions, 5 deletionsnet/ipv4/ipmr.c
- net/ipv6/addrconf.c 37 additions, 16 deletionsnet/ipv6/addrconf.c
- net/ipv6/ip6mr.c 5 additions, 4 deletionsnet/ipv6/ip6mr.c
- net/mpls/af_mpls.c 16 additions, 12 deletionsnet/mpls/af_mpls.c
- security/selinux/nlmsgtab.c 1 addition, 0 deletionssecurity/selinux/nlmsgtab.c
Please register or sign in to comment