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)
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.


No differences found