diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-11-25 20:44:51 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-11-25 20:44:51 +0100 |
commit | 52b35c5efc30036cec8ae8cf21a6b6f72d61738c (patch) | |
tree | 5ba768fbecec87c5e42b7c8d5ccb5cb5b7fafb37 | |
parent | 5072506e297a1e9ed0a7d843864add3253ff87ab (diff) | |
download | vyos-documentation-52b35c5efc30036cec8ae8cf21a6b6f72d61738c.tar.gz vyos-documentation-52b35c5efc30036cec8ae8cf21a6b6f72d61738c.zip |
dummy: fix copy/paste error referencing ethernet interfaces
-rw-r--r-- | docs/configuration/interfaces/dummy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/interfaces/dummy.rst b/docs/configuration/interfaces/dummy.rst index 8440feca..ba09d9a7 100644 --- a/docs/configuration/interfaces/dummy.rst +++ b/docs/configuration/interfaces/dummy.rst @@ -68,7 +68,7 @@ Operation .. code-block:: none - vyos@vyos:~$ show interfaces ethernet eth0 + vyos@vyos:~$ show interfaces dummy dum0 dum0: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000 link/ether 26:7c:8e:bc:fc:f5 brd ff:ff:ff:ff:ff:ff inet 172.18.254.201/32 scope global dum0 |