diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-08-02 13:26:58 +0300 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-08-03 21:54:47 +0300 |
| commit | b4f7f45b94132c831f55a66f9cf40cd97f455ce5 (patch) | |
| tree | 18de9299e1a8cfb7a9dda094f7e68d2b938e0e3b /bgpd/bgp_memory.c | |
| parent | 6c75f4b3c70d3736d943fbc6b6870ae01a27fac8 (diff) | |
Revert "bgpd: peer / peer group dampening profiles"
This reverts commit 40ec3340be9cdda62eea349fe9ee21e65156f422.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'bgpd/bgp_memory.c')
| -rw-r--r-- | bgpd/bgp_memory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_memory.c b/bgpd/bgp_memory.c index 196e56a937..ffb1ec162b 100644 --- a/bgpd/bgp_memory.c +++ b/bgpd/bgp_memory.c @@ -100,7 +100,6 @@ DEFINE_MTYPE(BGPD, PEER_UPDATE_SOURCE, "BGP peer update interface"); DEFINE_MTYPE(BGPD, PEER_CONF_IF, "BGP peer config interface"); DEFINE_MTYPE(BGPD, BGP_DAMP_INFO, "Dampening info"); DEFINE_MTYPE(BGPD, BGP_DAMP_ARRAY, "BGP Dampening array"); -DEFINE_MTYPE(BGPD, BGP_DAMP_REUSELIST, "BGP Dampening reuse list"); DEFINE_MTYPE(BGPD, BGP_REGEXP, "BGP regexp"); DEFINE_MTYPE(BGPD, BGP_AGGREGATE, "BGP aggregate"); DEFINE_MTYPE(BGPD, BGP_ADDR, "BGP own address"); |
