summaryrefslogtreecommitdiffstats
path: root/lib/log.c
diff options
context:
space:
mode:
authorChirag Shah <chirag@cumulusnetworks.com>2018-11-01 16:28:08 +0100
committerChirag Shah <chirag@cumulusnetworks.com>2018-11-18 04:22:16 +0100
commit0b9d9cd013849ee553a902d47bbb61d74205639a (patch)
treee962e1c5804598af1794b5e4a8e22fc393a17ae6 /lib/log.c
parentbgpd: dup addr detect data struct for cfg (diff)
downloadfrr-0b9d9cd013849ee553a902d47bbb61d74205639a.tar.xz
frr-0b9d9cd013849ee553a902d47bbb61d74205639a.zip
bgpd: dup addr detect config cli
Duplicate address detection configuration clis under bgp l2vpn evpn config mode. - Enabled/Disable (global knob) for feature. - Configure cli for duplicate detection action freeze and freze until time (auto-recovery). Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to 'lib/log.c')
-rw-r--r--lib/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/log.c b/lib/log.c
index 5cc303daf..38e526075 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -1030,6 +1030,7 @@ static const struct zebra_desc_table command_types[] = {
DESC_ENTRY(ZEBRA_REMOTE_VTEP_DEL),
DESC_ENTRY(ZEBRA_MACIP_ADD),
DESC_ENTRY(ZEBRA_MACIP_DEL),
+ DESC_ENTRY(ZEBRA_DUPLICATE_ADDR_DETECTION),
DESC_ENTRY(ZEBRA_IP_PREFIX_ROUTE_ADD),
DESC_ENTRY(ZEBRA_IP_PREFIX_ROUTE_DEL),
DESC_ENTRY(ZEBRA_REMOTE_MACIP_ADD),