]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix show bgp labeled_unicast 4038/head
authorEmanuele Di Pascale <emanuele@voltanet.io>
Thu, 28 Mar 2019 16:02:33 +0000 (17:02 +0100)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Thu, 28 Mar 2019 18:04:26 +0000 (19:04 +0100)
commitc512a6429c979e4d183512c49937474dbff77967
tree014fa0327b3552c028bb7a0f27718c8c3845cff6
parent8db37bf14a28ccf89d891fe094d72c65b389dfd3
bgpd: fix show bgp labeled_unicast

while labeled_unicast routes should be fetched in the
unicast table, we cannot set the safi to SAFI_UNICAST
else the peer afc checks and subgroup retrieval will fail

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
bgpd/bgp_route.c