]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix crash in "show ip bgp ... all alias ALIAS"
authorRenato Westphal <renato@opensourcerouting.org>
Wed, 28 Jul 2021 01:29:43 +0000 (22:29 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Tue, 23 Nov 2021 17:27:25 +0000 (14:27 -0300)
commitdb58b09fea7b64453a243584aa0f8e0337767642
tree571c2a04635a833d46858107ca3e0e3cdc148939
parent4ac61f7a2a6e0c088ff12909e8d130fdcd8d6126
bgpd: fix crash in "show ip bgp ... all alias ALIAS"

Like done in the other places (when "all" isn't used), pass the
actual alias name to bgp_show() instead of a null pointer.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
bgpd/bgp_route.c