Skip to content

Commit

Permalink
ospfd: fix 'no write-multiplier' command
Browse files Browse the repository at this point in the history
Signed-off-by: Bing Shui <[email protected]>
  • Loading branch information
Shbinging committed Apr 17, 2024
1 parent d249a7c commit 913567c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ospfd/ospf_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -2580,7 +2580,7 @@ DEFUN (no_ospf_write_multiplier,
}

ALIAS(no_ospf_write_multiplier, no_write_multiplier_cmd,
"no write-multiplier (1-100)", NO_STR
"no write-multiplier [(1-100)]", NO_STR
"Write multiplier\n"
"Maximum number of interface serviced per write\n")

Expand Down

0 comments on commit 913567c

Please sign in to comment.