mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 07:15:33 +00:00
Merge pull request #9264 from ak503/nhrp_fix
nhrp: fix display of nhs command.
This commit is contained in:
commit
efadadc1b6
@ -1201,7 +1201,7 @@ static int interface_config_write(struct vty *vty)
|
||||
vty_out(vty, "dynamic");
|
||||
else
|
||||
vty_out(vty, "%pSU", &nhs->proto_addr);
|
||||
vty_out(vty, "nbma %s\n", nhs->nbma_fqdn);
|
||||
vty_out(vty, " nbma %s\n", nhs->nbma_fqdn);
|
||||
}
|
||||
|
||||
list_for_each_entry(mcast, &ad->mcastlist_head,
|
||||
|
Loading…
Reference in New Issue
Block a user