summaryrefslogtreecommitdiff
path: root/lib/routemap_cli.c
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-07-29 15:31:34 +0300
committerIgor Ryzhov <iryzhov@nfware.com>2021-07-30 00:59:19 +0300
commitdb0e636dc45f9bd2c76528a8368332c56f2c8f1e (patch)
tree4912acfd026b9b5ba7be08a30b9d2a00ebf3f91b /lib/routemap_cli.c
parent4538f89552a01e6ab3504f8a59ef156b9a14ce1c (diff)
bgpd: use double-linked list instead of single-linked list in dampening
This code always used double-linked list before this rework in 8.0 that introduced all these crashes and memory leaks. Using single-linked list is actually a performance regression, because there are frequent removes here and single-linked list obviously handles removes much worse. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'lib/routemap_cli.c')
0 files changed, 0 insertions, 0 deletions