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:34:31 +0000 (09:34 -0700)
commitb7320746c088629c6d63af3cb9b71e34861f87a1
tree8e8feb9ee6a09a317dfb8cdb9cbb249bbbd7d1d5
parent6dba08e3c0a24c6b41c3456f6ede6034a35a1473
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