summaryrefslogtreecommitdiffstats
path: root/lib/log.c
diff options
context:
space:
mode:
authorvivek <vivek@cumulusnetworks.com>2017-05-15 07:38:26 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-07-12 18:26:02 +0200
commit13d60d351c4c70e8a2949ef45d88ec4efe382367 (patch)
treeb3846b88b4d3b03aa06801cac95d9a7992732076 /lib/log.c
parentzebra: VNI and VTEP definition (diff)
downloadfrr-13d60d351c4c70e8a2949ef45d88ec4efe382367.tar.xz
frr-13d60d351c4c70e8a2949ef45d88ec4efe382367.zip
zebra: VNI and VTEP handling
Implement fundamental handling for VNIs and VTEPs: - Handle EVPN enable/disable by client (advertise-all-vni) - Create/update/delete VNIs based on VxLAN interface events and inform client - Handle VTEP add/delete from client and install into kernel - New debug command for VxLAN/EVPN - kernel interface (Linux/netlink only) Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/log.c')
-rw-r--r--lib/log.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/log.c b/lib/log.c
index 1c61d7216..7a7545201 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -946,6 +946,11 @@ static const struct zebra_desc_table command_types[] = {
DESC_ENTRY (ZEBRA_LABEL_MANAGER_CONNECT),
DESC_ENTRY (ZEBRA_GET_LABEL_CHUNK),
DESC_ENTRY (ZEBRA_RELEASE_LABEL_CHUNK),
+ DESC_ENTRY (ZEBRA_ADVERTISE_ALL_VNI),
+ DESC_ENTRY (ZEBRA_VNI_ADD),
+ DESC_ENTRY (ZEBRA_VNI_DEL),
+ DESC_ENTRY (ZEBRA_REMOTE_VTEP_ADD),
+ DESC_ENTRY (ZEBRA_REMOTE_VTEP_DEL),
};
#undef DESC_ENTRY