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