]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Fix mistakes in defer working
authorDonald Sharp <sharpd@nvidia.com>
Sat, 7 Nov 2020 00:13:59 +0000 (19:13 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 7 Nov 2020 00:13:59 +0000 (19:13 -0500)
commit6338d242189a09733f9ecdb5617622ede4568917
treef308035fdb854c5d997e4c7a1aca7093053035e1
parent6403fc8725927f3c2f4088a5b1128b50e5877061
bgpd: Fix mistakes in defer working

Commit: 26742171e6ba292a9fd2a72668315d2a699717b5

Mistakenly reversed the logic for the test on the list length
when it was removed.  Fix this.

Additionally limit for loop to stop when we know there are no
more items to process that have the BGP_NODE_SELECT_DEFER flag.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_route.c