diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-07-29 15:31:34 +0300 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-07-30 00:59:19 +0300 |
| commit | db0e636dc45f9bd2c76528a8368332c56f2c8f1e (patch) | |
| tree | 4912acfd026b9b5ba7be08a30b9d2a00ebf3f91b /lib/routemap_cli.c | |
| parent | 4538f89552a01e6ab3504f8a59ef156b9a14ce1c (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
