]> git.proxmox.com Git - mirror_frr.git/blob - nhrpd/netlink.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / nhrpd / netlink.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* NHRP netlink/neighbor table API
3 * Copyright (c) 2014-2015 Timo Teräs
4 */
5
6 #include <zebra.h>
7 #include <vrf.h>
8 #include <if.h>
9
10
11 extern int netlink_nflog_group;
12 extern int netlink_mcast_nflog_group;
13
14 int netlink_configure_arp(unsigned int ifindex, int pf);
15 void netlink_update_binding(struct interface *ifp, union sockunion *proto,
16 union sockunion *nbma);
17 void netlink_set_nflog_group(int nlgroup);
18