]> git.proxmox.com Git - mirror_frr.git/commit
zebra: handler for configuring neighbor table
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 16 Dec 2019 12:34:00 +0000 (13:34 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 9 Apr 2021 16:29:58 +0000 (18:29 +0200)
commit541025d6ffe2bee713cef8d5572a15d2b3dc5d11
treec6c3ca7d13cdf247d344a597902f750f932a3b38
parentdf948efc56d9db4d80dfc7aea6a8fe350fdea4bd
zebra: handler for configuring neighbor table

neighbor table api in zebra is added. a netlink api is created for that.
the handler is called from the api defined in the previous commit.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
zebra/rt.h
zebra/rt_netlink.c
zebra/rt_socket.c
zebra/zapi_msg.c