mirror of
https://github.com/openvswitch/ovs
synced 2025-09-05 00:35:33 +00:00
netlink-notifier: Rename rtnetlink code.
This patch renames the rtnetlink module's code to "nln" for "netlink notifier". Callers are now required to pass in the netlink protocol to he newly renamed nln_create() function.
This commit is contained in:
@@ -105,7 +105,7 @@ COVERAGE_DEFINE(netdev_ethtool);
|
||||
#define TC_RTAB_SIZE 1024
|
||||
#endif
|
||||
|
||||
static struct rtnetlink_notifier netdev_linux_cache_notifier;
|
||||
static struct nln_notifier netdev_linux_cache_notifier;
|
||||
static int cache_notifier_refcount;
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user