summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-03-23 22:36:59 +0100
committerIgor Ryzhov <iryzhov@nfware.com>2021-03-23 22:37:54 +0100
commitfe11f66b8c87e3836fdde2261c2f39aebca23b87 (patch)
tree21500b561e6fee20ef5b413817c095ebb96045b9 /doc
parentMerge pull request #8115 from mjstapp/fix_ax_pthread (diff)
downloadfrr-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.rst11
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