diff options
| author | Christian Poessinger <christian@poessinger.com> | 2019-12-19 18:17:43 +0100 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2019-12-19 18:17:43 +0100 | 
| commit | 678317d432b968d15d9d36a63eadc4509c98410a (patch) | |
| tree | 0fc21ee0c8939dc2eac36b877d3fba17f6410981 /docs/routing | |
| parent | 6a2f577858f718833511d34f0bc431804aeb9e40 (diff) | |
| download | vyos-documentation-678317d432b968d15d9d36a63eadc4509c98410a.tar.gz vyos-documentation-678317d432b968d15d9d36a63eadc4509c98410a.zip | |
style-guide: all opcmd and clicmd explanations should be indented by 3
Diffstat (limited to 'docs/routing')
| -rw-r--r-- | docs/routing/arp.rst | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/docs/routing/arp.rst b/docs/routing/arp.rst index 96a6ffeb..70d83503 100644 --- a/docs/routing/arp.rst +++ b/docs/routing/arp.rst @@ -21,15 +21,15 @@ Configure  .. cfgcmd:: set protocols static arp 192.0.2.100 hwaddr 00:53:27:de:23:aa -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 `192.0.2.100` to +   `00:53:27:de:23:aa`  Operation  =========  .. opcmd:: show protocols static arp -Display all known ARP table entries spanning accross all interfaces +   Display all known ARP table entries spanning accross all interfaces  .. code-block:: none @@ -41,7 +41,7 @@ Display all known ARP table entries spanning accross all interfaces  .. opcmd:: show protocols static arp interface eth1 -Display all known ARP table entries on a given interface only (`eth1`): +   Display all known ARP table entries on a given interface only (`eth1`):  .. code-block:: none | 
