diff options
author | macaddict89 <macaddict89@gmail.com> | 2024-03-02 18:10:08 -0500 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-03-03 08:51:39 +0000 |
commit | b31e243d9c80236c7865a6f30d663da53b995c9b (patch) | |
tree | 1881aeb762dcafc3a1bf680acc38f5e1e1da92bd /docs | |
parent | 762dba6581429b003f0187b5fd8e62f08923896c (diff) | |
download | vyos-documentation-b31e243d9c80236c7865a6f30d663da53b995c9b.tar.gz vyos-documentation-b31e243d9c80236c7865a6f30d663da53b995c9b.zip |
Quick Start - Set interface description to match DHCP scope
(cherry picked from commit d66af8e66073c5821f1c99bfdd9781f07f925a0c)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/quick-start.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick-start.rst b/docs/quick-start.rst index f10a66e9..d3291070 100644 --- a/docs/quick-start.rst +++ b/docs/quick-start.rst @@ -56,7 +56,7 @@ commands: set interfaces ethernet eth0 address dhcp set interfaces ethernet eth0 description 'OUTSIDE' set interfaces ethernet eth1 address '192.168.0.1/24' - set interfaces ethernet eth1 description 'INSIDE' + set interfaces ethernet eth1 description 'LAN' SSH Management |