diff options
author | Robert Göhler <github@ghlr.de> | 2019-11-23 14:00:52 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-23 14:00:52 +0100 |
commit | f4c414ce4d899839adf28a8fba67c5ad7587e5ac (patch) | |
tree | 6c778066422f31c80d005f80ef49767049c843d0 /docs/routing | |
parent | a0a07c6ab314311909ee3c808d13a712cfba2fb2 (diff) | |
download | vyos-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.rst | 6 |
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`): |