diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2019-12-19 18:33:56 +0100 | 
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2021-04-30 10:33:15 +0200 | 
| commit | 077c07cc58be1fbbe28a2df71cd884af87b121a7 (patch) | |
| tree | 71ca990630d121074fa3ae61acf0df0ea75d56c6 /zebra/debug.c | |
| parent | c962ab93a8dd2bb8255c2d5b70de77cb5fec96d4 (diff) | |
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>
Diffstat (limited to 'zebra/debug.c')
| -rw-r--r-- | zebra/debug.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/debug.c b/zebra/debug.c index a8ddf6ba64..88a3d98815 100644 --- a/zebra/debug.c +++ b/zebra/debug.c @@ -178,7 +178,7 @@ DEFPY (debug_zebra_mpls,  	return CMD_SUCCESS;  } -DEFUN (debug_zebra_vxlan, +DEFPY (debug_zebra_vxlan,         debug_zebra_vxlan_cmd,         "debug zebra vxlan",         DEBUG_STR  | 
