mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 17:36:36 +00:00
ospfd: fix crash on "show ip ospf neighbor detail"
Fixes #8419. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
964788a11f
commit
83c4442202
@ -424,8 +424,7 @@ void bgp_bfd_peer_config_write(struct vty *vty, const struct peer *peer,
|
||||
void bgp_bfd_show_info(struct vty *vty, const struct peer *peer,
|
||||
json_object *json_neigh)
|
||||
{
|
||||
if (peer->bfd_config->session)
|
||||
bfd_sess_show(vty, json_neigh, peer->bfd_config->session);
|
||||
bfd_sess_show(vty, json_neigh, peer->bfd_config->session);
|
||||
}
|
||||
|
||||
DEFUN (neighbor_bfd,
|
||||
|
Loading…
Reference in New Issue
Block a user