diff options
Diffstat (limited to 'docs/routing/arp.rst')
-rw-r--r-- | docs/routing/arp.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/routing/arp.rst b/docs/routing/arp.rst index bcc542d1..358476ac 100644 --- a/docs/routing/arp.rst +++ b/docs/routing/arp.rst @@ -31,7 +31,7 @@ Operation Display all known ARP table entries spanning accross all interfaces -.. code-block:: console +.. code-block:: none vyos@vyos:~$ show protocols static arp Address HWtype HWaddress Flags Mask Iface @@ -43,7 +43,7 @@ Display all known ARP table entries spanning accross all interfaces Display all known ARP table entries on a given interface only (`eth1`): -.. code-block:: console +.. code-block:: none vyos@vyos:~$ show protocols static arp interface eth1 Address HWtype HWaddress Flags Mask Iface |