summaryrefslogtreecommitdiff
path: root/lib/log.c
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2018-06-01 16:00:14 -0400
committerGitHub <noreply@github.com>2018-06-01 16:00:14 -0400
commitebb46153b06a48fa5402b850ad8041a469f1a26d (patch)
treea6ec353d90185ef0b11262aeb77b275766e0ed65 /lib/log.c
parent65757481f05eae3de3aa6b6e08702045e7341552 (diff)
parent2bb9eff45f93d4a76f0121e6ab31d55f34554925 (diff)
Merge pull request #2245 from donaldsharp/type_4
Support EVPN Type 4 Routes
Diffstat (limited to 'lib/log.c')
-rw-r--r--lib/log.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/log.c b/lib/log.c
index dbfc95da86..1345ff2fd1 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -945,6 +945,8 @@ static const struct zebra_desc_table command_types[] = {
DESC_ENTRY(ZEBRA_ADVERTISE_ALL_VNI),
DESC_ENTRY(ZEBRA_ADVERTISE_DEFAULT_GW),
DESC_ENTRY(ZEBRA_ADVERTISE_SUBNET),
+ DESC_ENTRY(ZEBRA_LOCAL_ES_ADD),
+ DESC_ENTRY(ZEBRA_LOCAL_ES_DEL),
DESC_ENTRY(ZEBRA_VNI_ADD),
DESC_ENTRY(ZEBRA_VNI_DEL),
DESC_ENTRY(ZEBRA_L3VNI_ADD),