mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 07:15:33 +00:00
Merge pull request #1292 from chiragshah6/mdev
ospf6d: add debug ospf6 route memory to config
This commit is contained in:
commit
b7801b99c4
@ -1516,6 +1516,9 @@ int config_write_ospf6_debug_route(struct vty *vty)
|
||||
vty_out(vty, "debug ospf6 route intra-area\n");
|
||||
if (IS_OSPF6_DEBUG_ROUTE(INTER))
|
||||
vty_out(vty, "debug ospf6 route inter-area\n");
|
||||
if (IS_OSPF6_DEBUG_ROUTE(MEMORY))
|
||||
vty_out(vty, "debug ospf6 route memory\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user