From f4c414ce4d899839adf28a8fba67c5ad7587e5ac Mon Sep 17 00:00:00 2001 From: Robert Göhler Date: Sat, 23 Nov 2019 14:00:52 +0100 Subject: add new directives "cfcmd" and "opcmd" --- docs/routing/arp.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/routing') 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`): -- cgit v1.2.3