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:
Donald Sharp 2024-02-09 09:53:45 -05:00 committed by GitHub
commit 9aa5c6c781
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1722,9 +1722,11 @@ DEFUN (router_info,
DEFUN (no_router_info,
no_router_info_cmd,
"no router-info",
"no router-info [<area|as>]",
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)