diff options
| author | Amol Lad <amol.lad@4rf.com> | 2020-12-17 13:38:06 +0530 | 
|---|---|---|
| committer | Reuben Dowle <reuben.dowle@4rf.com> | 2021-04-06 09:23:42 +1200 | 
| commit | 9084e209611496f98c4960928fbecd51095ebfd5 (patch) | |
| tree | 2f98d1e21c230a7f2871fcfbd174a5fe6926a593 /nhrpd/netlink.h | |
| parent | 9f7f6d3c6bfd86b40fb8a4abfd7eb35650399300 (diff) | |
nhrpd: Introduce new - nflog mutlicast-nflog-group (1-65535) - command
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
Diffstat (limited to 'nhrpd/netlink.h')
| -rw-r--r-- | nhrpd/netlink.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/nhrpd/netlink.h b/nhrpd/netlink.h index 74cb81daaa..5e971cabf1 100644 --- a/nhrpd/netlink.h +++ b/nhrpd/netlink.h @@ -13,6 +13,7 @@ union sockunion;  struct interface;  extern int netlink_nflog_group; +extern int netlink_mcast_nflog_group;  extern int netlink_req_fd;  void netlink_init(void);  | 
