]> git.proxmox.com Git - mirror_frr.git/commit
nhrp, lib, zebra: add/del neighbor entry possible from nhrp
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 13 Dec 2019 17:09:11 +0000 (18:09 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 9 Apr 2021 16:29:58 +0000 (18:29 +0200)
commit05657ec2b78911e4b7bae3692fa27cd81945ad73
tree49c6ae5fbc886b79cbbd0a4fbfa8c63659d870c0
parentb3b7510464952d0f2f024a31c5d4aede0fcabd75
nhrp, lib, zebra: add/del neighbor entry possible from nhrp

a zebra api is extended to offer ability to add or remove neighbor
entry from daemon. Also this extension makes possible to add neigh
entry, not only between IPs and macs, but also between IPs and NBMA IPs.
This API supports configuring ipv6/ipv4 entries with ipv4/ipv6 lladdr.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
lib/log.c
lib/zclient.h
nhrpd/netlink_arp.c
nhrpd/nhrp_route.c
nhrpd/nhrpd.h
zebra/interface.c
zebra/rt.h
zebra/rt_netlink.c
zebra/rt_socket.c
zebra/zapi_msg.c