diff options
author | Pratik Gotmare <pratikg-infinity@users.noreply.github.com> | 2022-03-14 12:57:24 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 12:57:24 +0530 |
commit | 1388657c83c1c3450049d9d611fd3744f1437eac (patch) | |
tree | b9d7f42e1aa11cbe876fef7a8aaa5db972f5bdfc /docs/configuration/interfaces/loopback.rst | |
parent | 9b275d3077af68bd9c47a4ebb4b14d4bdc03b850 (diff) | |
download | vyos-documentation-1388657c83c1c3450049d9d611fd3744f1437eac.tar.gz vyos-documentation-1388657c83c1c3450049d9d611fd3744f1437eac.zip |
loopback: fixed typo in example opcmd output
Diffstat (limited to 'docs/configuration/interfaces/loopback.rst')
-rw-r--r-- | docs/configuration/interfaces/loopback.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/interfaces/loopback.rst b/docs/configuration/interfaces/loopback.rst index ec2976b6..b97aa69c 100644 --- a/docs/configuration/interfaces/loopback.rst +++ b/docs/configuration/interfaces/loopback.rst @@ -59,7 +59,7 @@ Operation .. code-block:: none - vyos@vyos:~$ show interfaces ethernet eth0 + vyos@vyos:~$ show interfaces loopback lo lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo |