diff options
Diffstat (limited to 'nhrpd/netlink_arp.c')
| -rw-r--r-- | nhrpd/netlink_arp.c | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/nhrpd/netlink_arp.c b/nhrpd/netlink_arp.c index ecea0a9ec5..5fcb311888 100644 --- a/nhrpd/netlink_arp.c +++ b/nhrpd/netlink_arp.c @@ -25,7 +25,6 @@  #include "netlink.h"  #include "znl.h" -int netlink_req_fd = -1;  int netlink_nflog_group;  static int netlink_log_fd = -1;  static struct thread *netlink_log_thread; @@ -203,10 +202,3 @@ void nhrp_neighbor_operation(ZAPI_CALLBACK_ARGS)  		nhrp_cache_set_used(c, state == ZEBRA_NEIGH_STATE_REACHABLE);  	}  } - -void netlink_init(void) -{ -	netlink_req_fd = znl_open(NETLINK_ROUTE, 0); -	if (netlink_req_fd < 0) -		return; -}  | 
