diff options
author | Philippe Guibert <philippe.guibert@6wind.com> | 2019-12-16 13:34:43 +0100 |
---|---|---|
committer | Philippe Guibert <philippe.guibert@6wind.com> | 2021-04-12 19:23:53 +0200 |
commit | f468a45af26433c70f61ff4df1c6dd30c551cbc5 (patch) | |
tree | 0d1c053570af7c4a29d69eb9da98f26ce7049cfa /nhrpd/linux.c | |
parent | topotests: add standard nhrp test between spoke and hub (diff) | |
download | frr-f468a45af26433c70f61ff4df1c6dd30c551cbc5.tar.xz frr-f468a45af26433c70f61ff4df1c6dd30c551cbc5.zip |
nhrpd: add a zebra api to configure neighbor table per interface
neighbor table per interface is being configured per interface, via
zebra api.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'nhrpd/linux.c')
-rw-r--r-- | nhrpd/linux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nhrpd/linux.c b/nhrpd/linux.c index 59c82b1c5..9cabdbf06 100644 --- a/nhrpd/linux.c +++ b/nhrpd/linux.c @@ -154,7 +154,6 @@ int os_configure_dmvpn(unsigned int ifindex, const char *ifname, int af) break; } ret |= linux_configure_arp(ifname, 1); - ret |= netlink_configure_arp(ifindex, af); return ret; } |