]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: If we have a SAFI conflict do not allow labeled unicast to reset 8275/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 17 Mar 2021 02:28:29 +0000 (22:28 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 17 Mar 2021 02:39:20 +0000 (22:39 -0400)
commit0f3ac8198ac082cc86b1e544054da0cb1dcfed36
tree1d238b14970f9dfe1009547db6ed0eae498b60c9
parenta59803d0603d277269c4c5c1511cad68684752ae
bgpd: If we have a SAFI conflict do not allow labeled unicast to reset

If we have a SAFI conflict, ie we are trying to activate safi's
UNICAST and LABELED_UNICAST at the same time, we should not
cause bestpath to be rerun and we should not try to put
labels on everything.

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