rtnetlink: Extend rtnetlink to support RTNLGRP_IPV4_IFADDR and
authorAlex Wang <alexw@nicira.com>
Fri, 24 Jul 2015 21:03:06 +0000 (14:03 -0700)
committerAlex Wang <alexw@nicira.com>
Tue, 28 Jul 2015 16:27:06 +0000 (09:27 -0700)
commit7e9dcc0f9930cd86e9cfc88ec892de01f37adb1b
treecdd2a876f6108b6fc9c9b85e48ce86d0bbe2309e
parent1d3950e900da0f1ac05c77d7da8c061fc88ad6a9
rtnetlink: Extend rtnetlink to support RTNLGRP_IPV4_IFADDR and
RTNLGRP_IPV6_IFADDR.

This commit renames the rtnetlink-link.{c,h} to rtnetlink.{c,h}
and extends the module to support RTNLGRP_IPV4_IFADDR and
RTNLGRP_IPV4_IFADDR multicast groups.  A later patch will start
using this module to react to interface address changes.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/automake.mk
lib/netdev-linux.c
lib/route-table.c
lib/rtnetlink-link.c [deleted file]
lib/rtnetlink-link.h [deleted file]
lib/rtnetlink.c [new file with mode: 0644]
lib/rtnetlink.h [new file with mode: 0644]
lib/vlandev.c