diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2021-03-23 22:36:59 +0100 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-03-23 22:37:54 +0100 |
commit | fe11f66b8c87e3836fdde2261c2f39aebca23b87 (patch) | |
tree | 21500b561e6fee20ef5b413817c095ebb96045b9 /doc | |
parent | Merge pull request #8115 from mjstapp/fix_ax_pthread (diff) | |
download | frr-fe11f66b8c87e3836fdde2261c2f39aebca23b87.tar.xz frr-fe11f66b8c87e3836fdde2261c2f39aebca23b87.zip |
lib: remove "ip prefix-list sequence-number" command
Before the transition of prefix-lists to northbound, this setting
controlled whether sequence numbers were displayed in the config.
After the transition, sequence numbers are always displayed in the
configuration, and this command only controls the output of the show
commands, which is not very useful. This command is not even shown in
the config anymore.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/filter.rst | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/user/filter.rst b/doc/user/filter.rst index 78043e779..1fb9beccd 100644 --- a/doc/user/filter.rst +++ b/doc/user/filter.rst @@ -106,17 +106,6 @@ ip prefix-list description description to the prefix list. -.. _ip-prefix-list-sequential-number-control: - -ip prefix-list sequential number control ----------------------------------------- - -.. clicmd:: ip prefix-list sequence-number - - With this command, the IP prefix list sequential number is displayed. - This is the default behavior. - - .. _showing-ip-prefix-list: Showing ip prefix-list |