Merge branch 'ipmr-nl'
authorDavid S. Miller <davem@davemloft.net>
Mon, 30 Nov 2015 20:26:23 +0000 (15:26 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Nov 2015 20:26:23 +0000 (15:26 -0500)
commit75c4a57ca9ee747f1cbb24591d92a41b2eddff52
tree19c36dd7093315894566255065147548cc2751fa
parent43cd6991a04bd83c894dbbee53c6e60a343b6033
parentccbb0aa62da7f4b765b3e311caf25ea43cc3d0ad
Merge branch 'ipmr-nl'

Nikolay Aleksandrov says:

====================
net: ipmr: more cleanups and mfc netlink support

This set continues with the minor cleanups in the first 6 patches and
patch 7 adds the first new feature - MFC manipulation via netlink. It
registers NEWROUTE/DELROUTE for that purpose and uses the same semantics
as the already present netlink dump. The only new attribute that is used
is RTA_PREFSRC to denote an MFC_PROXY entry. Currently the table must
exist before adding an entry, and new tables can be created only via
setsockopt, but that will be changed in the future.
This set was tested with modified iproute2 which supports NEWROUTE/DELROUTE
for RTNL_FAMILY_IPMR.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>