mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
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.
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
#include "netdev.h"
|
||||
#include "netdev-linux.h"
|
||||
#include "netdev-vport.h"
|
||||
#include "netlink-notifier.h"
|
||||
#include "netlink-socket.h"
|
||||
#include "netlink.h"
|
||||
#include "odp-util.h"
|
||||
@@ -46,7 +47,6 @@
|
||||
#include "openvswitch/tunnel.h"
|
||||
#include "packets.h"
|
||||
#include "poll-loop.h"
|
||||
#include "rtnetlink.h"
|
||||
#include "rtnetlink-link.h"
|
||||
#include "shash.h"
|
||||
#include "sset.h"
|
||||
|
Reference in New Issue
Block a user