diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/routing/arp.rst | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/routing/arp.rst b/docs/routing/arp.rst index 1587fbbe..ceecc10e 100644 --- a/docs/routing/arp.rst +++ b/docs/routing/arp.rst @@ -19,10 +19,16 @@ implemented. Configure ========= -.. cfgcmd:: set protocols static arp 192.0.2.100 hwaddr 00:53:27:de:23:aa +.. cfgcmd:: set protocols static arp <address> hwaddr <mac> - This will configure a static ARP entry always resolving `192.0.2.100` to - `00:53:27:de:23:aa` + This will configure a static ARP entry always resolving `<address>` to + `<mac>`. + + Example: + + .. code-block:: + + set protocols static arp 192.0.2.100 hwaddr 00:53:27:de:23:aa Operation ========= |