]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: fix show bgp labeled_unicast
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 16:02:33 +0000 (17:02 +0100)
commit29803d7fcd297c1888eceae648f78fe8b0b46ce3
tree3c06db27dde3469f67f176c7205ee41da43eccc9
parent0f4dda3f2e1acb264de9a799f79310c3351a7d29
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