From 9084e209611496f98c4960928fbecd51095ebfd5 Mon Sep 17 00:00:00 2001 From: Amol Lad Date: Thu, 17 Dec 2020 13:38:06 +0530 Subject: nhrpd: Introduce new - nflog mutlicast-nflog-group (1-65535) - command Signed-off-by: Reuben Dowle --- nhrpd/nhrpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nhrpd/nhrpd.h') diff --git a/nhrpd/nhrpd.h b/nhrpd/nhrpd.h index db7828f71..5562916ae 100644 --- a/nhrpd/nhrpd.h +++ b/nhrpd/nhrpd.h @@ -24,7 +24,6 @@ DECLARE_MGROUP(NHRPD); #define NHRP_VTY_PORT 2610 #define NHRP_DEFAULT_CONFIG "nhrpd.conf" -#define MCAST_NFLOG_GROUP 224 extern struct thread_master *master; @@ -367,6 +366,7 @@ void nhrp_multicast_interface_del(struct interface *ifp); void nhrp_multicast_foreach(struct interface *ifp, afi_t afi, void (*cb)(struct nhrp_multicast *, void *), void *ctx); +void netlink_mcast_set_nflog_group(int nlgroup); void nhrp_route_update_nhrp(const struct prefix *p, struct interface *ifp); void nhrp_route_announce(int add, enum nhrp_cache_type type, -- cgit v1.2.3