diff options
author | Daniil Baturin <daniil@vyos.io> | 2021-07-24 19:36:59 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-24 19:36:59 +0700 |
commit | c82c77ad935b695b71aae2d1d261cacdb8c5cf17 (patch) | |
tree | d06835b35be310eec45d9af6d29fe45fc182ea5d /docs/configuration/protocols/static.rst | |
parent | d5a2b5d7b27f7d7666cff675a7048529590e8fc5 (diff) | |
parent | cd34454b29b0bdcda1467037c5f7e9e631705aaf (diff) | |
download | vyos-documentation-c82c77ad935b695b71aae2d1d261cacdb8c5cf17.tar.gz vyos-documentation-c82c77ad935b695b71aae2d1d261cacdb8c5cf17.zip |
Merge pull request #579 from srividya0208/proof-reading
Proof reading
Diffstat (limited to 'docs/configuration/protocols/static.rst')
-rw-r--r-- | docs/configuration/protocols/static.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/configuration/protocols/static.rst b/docs/configuration/protocols/static.rst index 8415981b..3135e3d0 100644 --- a/docs/configuration/protocols/static.rst +++ b/docs/configuration/protocols/static.rst @@ -1,3 +1,5 @@ +:lastproofread: 2021-07-24 + .. _routing-static: ###### @@ -50,7 +52,7 @@ display arp table entries .. code-block:: none - show protocols static arp + show arp Address HWtype HWaddress Flags Mask Iface 10.1.1.1 ether 08:00:27:de:23:2e C eth1 @@ -58,7 +60,7 @@ display arp table entries .. code-block:: none - show protocols static arp interface eth1 + show 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 |