2023-02-08 13:17:09 +01:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
2017-01-19 16:27:01 +01:00
|
|
|
/* NHRP netlink/neighbor table API
|
|
|
|
* Copyright (c) 2014-2015 Timo Teräs
|
|
|
|
*/
|
|
|
|
|
2019-12-20 11:23:05 +01:00
|
|
|
#include <zebra.h>
|
|
|
|
#include <vrf.h>
|
|
|
|
#include <if.h>
|
2017-01-19 16:27:01 +01:00
|
|
|
|
|
|
|
|
|
|
|
extern int netlink_nflog_group;
|
2020-12-17 09:08:06 +01:00
|
|
|
extern int netlink_mcast_nflog_group;
|
2017-01-19 16:27:01 +01:00
|
|
|
|
|
|
|
void netlink_update_binding(struct interface *ifp, union sockunion *proto,
|
|
|
|
union sockunion *nbma);
|
|
|
|
void netlink_set_nflog_group(int nlgroup);
|
|
|
|
|