mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 11:18:43 +00:00
Merge pull request #15340 from FRRouting/mergify/bp/stable/9.1/pr-15336
ospfd: add support for "no router-info [<area|as>] command" (backport #15336)
This commit is contained in:
commit
9aa5c6c781
@ -1722,9 +1722,11 @@ DEFUN (router_info,
|
|||||||
|
|
||||||
DEFUN (no_router_info,
|
DEFUN (no_router_info,
|
||||||
no_router_info_cmd,
|
no_router_info_cmd,
|
||||||
"no router-info",
|
"no router-info [<area|as>]",
|
||||||
NO_STR
|
NO_STR
|
||||||
"Disable the Router Information functionality\n")
|
"Disable the Router Information functionality\n"
|
||||||
|
"Disable the Router Information functionality with AS flooding scope\n"
|
||||||
|
"Disable the Router Information functionality with Area flooding scope\n")
|
||||||
{
|
{
|
||||||
|
|
||||||
if (!OspfRI.enabled)
|
if (!OspfRI.enabled)
|
||||||
|
Loading…
Reference in New Issue
Block a user