summaryrefslogtreecommitdiff
path: root/docs/routing
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2019-11-23 14:00:52 +0100
committerChristian Poessinger <christian@poessinger.com>2019-11-23 14:00:52 +0100
commitf4c414ce4d899839adf28a8fba67c5ad7587e5ac (patch)
tree6c778066422f31c80d005f80ef49767049c843d0 /docs/routing
parenta0a07c6ab314311909ee3c808d13a712cfba2fb2 (diff)
downloadvyos-documentation-f4c414ce4d899839adf28a8fba67c5ad7587e5ac.tar.gz
vyos-documentation-f4c414ce4d899839adf28a8fba67c5ad7587e5ac.zip
add new directives "cfcmd" and "opcmd"
Diffstat (limited to 'docs/routing')
-rw-r--r--docs/routing/arp.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/routing/arp.rst b/docs/routing/arp.rst
index 437a5bc3..11371d49 100644
--- a/docs/routing/arp.rst
+++ b/docs/routing/arp.rst
@@ -18,12 +18,12 @@ implemented.
Add static ARP entry
^^^^^^^^^^^^^^^^^^^^
-.. option:: set protocols static arp 10.1.1.100 hwaddr 08:00:27:de:23:aa
+.. cfcmd:: set protocols static arp 10.1.1.100 hwaddr 08:00:27:de:23:aa
Display ARP entries
^^^^^^^^^^^^^^^^^^^
-.. option:: show protocols static arp
+.. opcmd:: show protocols static arp
Display all known ARP table entries spanning accross all interfaces
@@ -35,7 +35,7 @@ Display all known ARP table entries spanning accross all interfaces
10.1.1.100 ether 08:00:27:de:23:aa CM eth1
-.. option:: show protocols static arp interface eth1
+.. opcmd:: show protocols static arp interface eth1
Display all known ARP table entries on a given interface only (`eth1`):