diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-03 09:50:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-03 09:50:23 +0100 |
commit | b09abf59249c80f60cdbe05f2aebcf6c7dc7e6df (patch) | |
tree | 31620575e077fadf0af5add61cf4d5e487f791af /docs | |
parent | d4ddfafdcf1bf640a01604abe8b4764d9e059388 (diff) | |
parent | d66af8e66073c5821f1c99bfdd9781f07f925a0c (diff) | |
download | vyos-documentation-b09abf59249c80f60cdbe05f2aebcf6c7dc7e6df.tar.gz vyos-documentation-b09abf59249c80f60cdbe05f2aebcf6c7dc7e6df.zip |
Merge pull request #1303 from macaddict89/patch-1
Quick Start - Set interface description to match DHCP scope
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 49f5aeb6..3acbed25 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 |