]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: dup addr detect data struct for cfg
authorChirag Shah <chirag@cumulusnetworks.com>
Wed, 31 Oct 2018 23:53:28 +0000 (16:53 -0700)
committerChirag Shah <chirag@cumulusnetworks.com>
Sun, 18 Nov 2018 03:22:16 +0000 (19:22 -0800)
commit85c8d83b815a52eead1f661ed79ab794cfa815b5
treec9b521df1469cc7c0b9f318b6e3f7239567f4b04
parentfef6daf4da425621c4c2e67d7579d962f64f43f7
bgpd: dup addr detect data struct for cfg

Enable/disable duplicate address detection
there are 3 actions
warning-only: Default action which generates
only frr warning (syslog) to user for any
duplicate detecton
freeze: Permanently freezes address, manual
intervene required.
freeze with time: An address will recover once
the time has expired (auto-recovery).

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
bgpd/bgp_evpn.c
bgpd/bgp_evpn_private.h
bgpd/bgpd.c
bgpd/bgpd.h