summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2019-12-01 20:41:52 +0100
committerRobert Göhler <github@ghlr.de>2019-12-01 20:41:52 +0100
commitbc5fa4751f58ef132dca8115d45a68d471bb293d (patch)
treeb8abe87ca14caeb28fd2d5dd9ba5ec55fac4a8fd
parent840ac72a298e9b7eaea18a0170b63f07f4c25099 (diff)
downloadvyos-documentation-bc5fa4751f58ef132dca8115d45a68d471bb293d.tar.gz
vyos-documentation-bc5fa4751f58ef132dca8115d45a68d471bb293d.zip
ARP: migrate to reserved address space
-rw-r--r--docs/routing/arp.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/routing/arp.rst b/docs/routing/arp.rst
index 358476ac..96a6ffeb 100644
--- a/docs/routing/arp.rst
+++ b/docs/routing/arp.rst
@@ -35,8 +35,8 @@ Display all known ARP table entries spanning accross all interfaces
vyos@vyos:~$ show protocols static arp
Address HWtype HWaddress Flags Mask Iface
- 10.1.1.1 ether 08:00:27:de:23:2e C eth1
- 10.1.1.100 ether 08:00:27:de:23:aa CM eth1
+ 10.1.1.1 ether 00:53:00:de:23:2e C eth1
+ 10.1.1.100 ether 00:53:00:de:23:aa CM eth1
.. opcmd:: show protocols static arp interface eth1
@@ -47,7 +47,7 @@ Display all known ARP table entries on a given interface only (`eth1`):
vyos@vyos:~$ show protocols static arp interface eth1
Address HWtype HWaddress Flags Mask Iface
- 10.1.1.1 ether 08:00:27:de:23:2e C eth1
- 10.1.1.100 ether 08:00:27:de:23:aa CM eth1
+ 10.1.1.1 ether 00:53:00:de:23:2e C eth1
+ 10.1.1.100 ether 00:53:00:de:23:aa CM eth1
.. _ARP: https://en.wikipedia.org/wiki/Address_Resolution_Protocol \ No newline at end of file