]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Continue processing rpki nodes
authorDonald Sharp <sharpd@nvidia.com>
Sun, 15 Aug 2021 14:22:50 +0000 (10:22 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 16 Aug 2021 15:04:06 +0000 (11:04 -0400)
commit73261b4759130e57d050327f2094dc8ab9ed51a2
tree98c7b6ecd76a5bc2c612915bfff724af7db10d98
parent35a1e798f8bacf1bcfec7cfabe7c05432323ca23
bgpd: Continue processing rpki nodes

We are prematurely stopping processing of bgp_path_info's
when bgp_update returns a -1.  The only place that this
happens when we cross some prefix limit.  But we still
need to continiue processing other nodes in the list too.

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