lib: Rename rtnetlink.[ch] files.
authorEthan Jackson <ethan@nicira.com>
Thu, 25 Aug 2011 21:06:54 +0000 (14:06 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 2 Sep 2011 00:18:51 +0000 (17:18 -0700)
commit45c8d3a189843f0f45398caa420b952d5acd1f19
treedd54f04602fb9bb5b76e1bf850311efd79b2c4af
parentdc533f4ecb7681018848a35c9f6c7d66a477996a
lib: Rename rtnetlink.[ch] files.

The only rtnetlink specific functionality contained in the
rtnetlink module is the use of the NETLINK_ROUTE protocol.  This
can easily be passed in by callers.

In preparation for generalization, this patch renames
rtnetlink.[ch] to netlink-notifier.[ch].  Future patches will
complete the transition.
lib/automake.mk
lib/dpif-linux.c
lib/netdev-linux.c
lib/netdev-vport.c
lib/netlink-notifier.c [moved from lib/rtnetlink.c with 99% similarity]
lib/netlink-notifier.h [moved from lib/rtnetlink.h with 100% similarity]
lib/route-table.c
lib/rtnetlink-link.c
vswitchd/ovs-brcompatd.c