summaryrefslogtreecommitdiff
path: root/lib/log.c
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2021-05-05 07:57:04 -0400
committerGitHub <noreply@github.com>2021-05-05 07:57:04 -0400
commit3d4b999fab50a4f08d2c4257ec059218a90ed29f (patch)
tree135eea80ddb75fb83ff291f43b7f1a87572cf5d6 /lib/log.c
parent48c20391997a9809c710d4669a05f9eee8b5bff8 (diff)
parentdee1c6c3384ca9f22f2920263640f4c4dc9eb67c (diff)
Merge pull request #8237 from pguibert6WIND/nhrp_use_zebra_2
Nhrp use zebra 2
Diffstat (limited to 'lib/log.c')
-rw-r--r--lib/log.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/log.c b/lib/log.c
index 15fdfd4b0a..936422104f 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -461,7 +461,10 @@ static const struct zebra_desc_table command_types[] = {
DESC_ENTRY(ZEBRA_NHRP_NEIGH_UNREGISTER),
DESC_ENTRY(ZEBRA_NEIGH_IP_ADD),
DESC_ENTRY(ZEBRA_NEIGH_IP_DEL),
- DESC_ENTRY(ZEBRA_CONFIGURE_ARP)};
+ DESC_ENTRY(ZEBRA_CONFIGURE_ARP),
+ DESC_ENTRY(ZEBRA_GRE_GET),
+ DESC_ENTRY(ZEBRA_GRE_UPDATE),
+ DESC_ENTRY(ZEBRA_GRE_SOURCE_SET)};
#undef DESC_ENTRY
static const struct zebra_desc_table unknown = {0, "unknown", '?'};