]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix access-list update callback 9710/head
authorIgor Ryzhov <iryzhov@nfware.com>
Fri, 1 Oct 2021 09:42:04 +0000 (12:42 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Fri, 1 Oct 2021 11:45:07 +0000 (14:45 +0300)
commitb0a007df7ae11e12732a14312cd2a1500e22c200
tree78df0450b44b272f35786add96f867df195af365
parentd0bf22a10bbda51bba86d4c51fe9055deb91664b
bgpd: fix access-list update callback

When a regular access-list is updated, we should update references to
regular access-lists, not as-path access-lists.

Fixes #9707.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
bgpd/bgpd.c