diff options
author | Amol Lad <amol.lad@4rf.com> | 2020-12-17 09:08:06 +0100 |
---|---|---|
committer | Reuben Dowle <reuben.dowle@4rf.com> | 2021-04-05 23:23:42 +0200 |
commit | 9084e209611496f98c4960928fbecd51095ebfd5 (patch) | |
tree | 2f98d1e21c230a7f2871fcfbd174a5fe6926a593 /nhrpd/nhrpd.h | |
parent | nhrpd: Use ethertype defines instead of hard-coded values (diff) | |
download | frr-9084e209611496f98c4960928fbecd51095ebfd5.tar.xz frr-9084e209611496f98c4960928fbecd51095ebfd5.zip |
nhrpd: Introduce new - nflog mutlicast-nflog-group (1-65535) - command
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
Diffstat (limited to 'nhrpd/nhrpd.h')
-rw-r--r-- | nhrpd/nhrpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |