forked from Mirror/frr
ospf6d: add debug ospf6 route memory to config
vty config write to display 'debug ospf6 route memory'. Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
This commit is contained in:
parent
bb0470088d
commit
6f7af48c12
|
@ -1516,6 +1516,9 @@ int config_write_ospf6_debug_route(struct vty *vty)
|
||||||
vty_out(vty, "debug ospf6 route intra-area\n");
|
vty_out(vty, "debug ospf6 route intra-area\n");
|
||||||
if (IS_OSPF6_DEBUG_ROUTE(INTER))
|
if (IS_OSPF6_DEBUG_ROUTE(INTER))
|
||||||
vty_out(vty, "debug ospf6 route inter-area\n");
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue