]> git.proxmox.com Git - mirror_frr.git/commit - zebra/debug.c
zebra: storage of gre information in zebra layer
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 19 Dec 2019 17:33:56 +0000 (18:33 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 30 Apr 2021 08:33:15 +0000 (10:33 +0200)
commit077c07cc58be1fbbe28a2df71cd884af87b121a7
tree71ca990630d121074fa3ae61acf0df0ea75d56c6
parentc962ab93a8dd2bb8255c2d5b70de77cb5fec96d4
zebra: storage of gre information in zebra layer

zebra is able to get information about gre tunnels.
zebra_gre file is created to handle hooks, but is not yet used.
also, debug zebra gre command is done to add gre traces.
A zebra_gre file is used for complementary actions that may be needed.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
include/linux/if_tunnel.h [new file with mode: 0644]
zebra/debug.c
zebra/if_netlink.c
zebra/interface.c
zebra/interface.h
zebra/zebra_l2.c
zebra/zebra_l2.h