mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 19:43:29 +00:00
Merge pull request #8422 from idryzhov/fix-show-ip-ospf
ospfd: fix crash on "show ip ospf neighbor detail"
This commit is contained in:
commit
750b1916b9
@ -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