From b9abf863972ffec066912eea7602eddb8ecfb9e0 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 5 May 2022 19:03:35 +0200 Subject: arp: adjust to new CLI syntax --- docs/configuration/protocols/static.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/configuration/protocols') diff --git a/docs/configuration/protocols/static.rst b/docs/configuration/protocols/static.rst index da471b86..1ad252e7 100644 --- a/docs/configuration/protocols/static.rst +++ b/docs/configuration/protocols/static.rst @@ -165,16 +165,17 @@ implemented. Configure ********* -.. cfgcmd:: set protocols static arp
hwaddr +.. cfgcmd:: set protocols static arp interface address + mac This will configure a static ARP entry always resolving `
` to - ``. + `` for interface ``. Example: .. code-block:: none - set protocols static arp 192.0.2.100 hwaddr 00:53:27:de:23:aa + set protocols static arp interface eth0 address 192.0.2.1 mac 01:23:45:67:89:01 ********* -- cgit v1.2.3