]> git.proxmox.com Git - mirror_frr.git/commit
zebra: new dplane action to set gre link interface
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 11 Mar 2021 14:33:41 +0000 (15:33 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 30 Apr 2021 08:33:18 +0000 (10:33 +0200)
commit62b4b7e44ae72cbd611a78cd7abe8558366af21c
tree254284fcdf2a9c7d4fca1c19d8645fafe2222c03
parent372b887859b7e5739137b02a1cecf2ea702ba586
zebra: new dplane action to set gre link interface

This action is initiated by nhrp and has been stubbed when
moving to zebra. Now, a netlink request is forged to set
the link interface of a gre interface if that gre interface
does not have already a link interface.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
12 files changed:
zebra/if_netlink.c
zebra/if_netlink.h
zebra/kernel_netlink.c
zebra/rt.h
zebra/rt_netlink.c
zebra/rt_socket.c
zebra/zapi_msg.c
zebra/zebra_dplane.c
zebra/zebra_dplane.h
zebra/zebra_errors.h
zebra/zebra_nhg.c
zebra/zebra_rib.c