diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-23 10:42:03 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-23 10:49:48 +0100 |
commit | a0a07c6ab314311909ee3c808d13a712cfba2fb2 (patch) | |
tree | ef1362161463e9bd7fd00358be53a60aa78649aa /docs/interfaces/ethernet.rst | |
parent | cfd378949fd3ff0c755e59d9d8564e872a89adb9 (diff) | |
download | vyos-documentation-a0a07c6ab314311909ee3c808d13a712cfba2fb2.tar.gz vyos-documentation-a0a07c6ab314311909ee3c808d13a712cfba2fb2.zip |
interfaces: update base interface definitions and links
Diffstat (limited to 'docs/interfaces/ethernet.rst')
-rw-r--r-- | docs/interfaces/ethernet.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/interfaces/ethernet.rst b/docs/interfaces/ethernet.rst index 075b3836..625f2eed 100644 --- a/docs/interfaces/ethernet.rst +++ b/docs/interfaces/ethernet.rst @@ -1,7 +1,7 @@ +.. _ethernet-interface: -Ethernet Interfaces -------------------- -.. _interfaces-ethernet: +Ethernet +-------- Ethernet interfaces allow for the configuration of speed, duplex, and hw-id (MAC address). Below is an example configuration: @@ -30,8 +30,8 @@ Resulting in: In addition, Ethernet interfaces provide the extended operational commands: -* `show interfaces ethernet <name> physical` -* `show interfaces ethernet <name> statistics` +* ``show interfaces ethernet <name> physical`` +* ``show interfaces ethernet <name> statistics`` Statistics available are driver dependent. |