From 41d26cd0237aeb513043a545233ef2c5197d7629 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 23 Jan 2020 06:48:44 +0100 Subject: arp: remove example from cfgcmd definition --- docs/routing/arp.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'docs/routing') 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
hwaddr - 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 `
` to + ``. + + Example: + + .. code-block:: + + set protocols static arp 192.0.2.100 hwaddr 00:53:27:de:23:aa Operation ========= -- cgit v1.2.3