mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 17:44:38 +00:00
Merge pull request #7795 from louis-oui/show-database-vrf
ospfd: fix no show database output when selecting vrf
This commit is contained in:
commit
46b0e93168
@ -7316,8 +7316,8 @@ DEFUN (show_ip_ospf_instance_database_type_adv_router,
|
||||
continue;
|
||||
ospf_output = true;
|
||||
ret = show_ip_ospf_database_type_adv_router_common(
|
||||
vty, ospf, idx ? 1 : 0, argc, argv,
|
||||
use_vrf, json, uj);
|
||||
vty, ospf, 2, argc, argv, use_vrf, json,
|
||||
uj);
|
||||
}
|
||||
if (!ospf_output)
|
||||
vty_out(vty, "%% OSPF instance not found\n");
|
||||
@ -7329,8 +7329,7 @@ DEFUN (show_ip_ospf_instance_database_type_adv_router,
|
||||
}
|
||||
|
||||
ret = show_ip_ospf_database_type_adv_router_common(
|
||||
vty, ospf, idx ? 1 : 0, argc, argv, use_vrf,
|
||||
json, uj);
|
||||
vty, ospf, 2, argc, argv, use_vrf, json, uj);
|
||||
}
|
||||
} else {
|
||||
/* Display default ospf (instance 0) info */
|
||||
|
Loading…
Reference in New Issue
Block a user