summaryrefslogtreecommitdiff
path: root/lib/netdev-linux.c
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2011-08-25 14:06:54 -0700
committerEthan Jackson <ethan@nicira.com>2011-09-01 17:18:51 -0700
commit45c8d3a189843f0f45398caa420b952d5acd1f19 (patch)
treedd54f04602fb9bb5b76e1bf850311efd79b2c4af /lib/netdev-linux.c
parentdc533f4ecb7681018848a35c9f6c7d66a477996a (diff)
downloadopenvswitch-45c8d3a189843f0f45398caa420b952d5acd1f19.tar.gz
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.
Diffstat (limited to 'lib/netdev-linux.c')
-rw-r--r--lib/netdev-linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c
index 838dac6e9..d924cf365 100644
--- a/lib/netdev-linux.c
+++ b/lib/netdev-linux.c
@@ -58,12 +58,12 @@
#include "netdev-provider.h"
#include "netdev-vport.h"
#include "netlink.h"
+#include "netlink-notifier.h"
#include "netlink-socket.h"
#include "ofpbuf.h"
#include "openflow/openflow.h"
#include "packets.h"
#include "poll-loop.h"
-#include "rtnetlink.h"
#include "rtnetlink-link.h"
#include "socket-util.h"
#include "shash.h"