diff options
author | icyfire0573 <40814526+icyfire0573@users.noreply.github.com> | 2022-09-25 09:20:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-25 09:20:07 -0400 |
commit | e50a28e49c74b17a6791862decae2ea29f7b67d5 (patch) | |
tree | 34f034eea8f3a6e39965047a6e17adfe4d511fe0 | |
parent | 1095fc3071f34077daec932b2a175db35ec1f7d2 (diff) | |
download | vyos-documentation-e50a28e49c74b17a6791862decae2ea29f7b67d5.tar.gz vyos-documentation-e50a28e49c74b17a6791862decae2ea29f7b67d5.zip |
Update Set Firewall
Current commands look like they were for 1.3?
-rw-r--r-- | docs/quick-start.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick-start.rst b/docs/quick-start.rst index 90bdfcb4..3548a7e1 100644 --- a/docs/quick-start.rst +++ b/docs/quick-start.rst @@ -168,8 +168,8 @@ Apply the firewall policies: .. code-block:: none - set interfaces ethernet eth0 firewall in name 'OUTSIDE-IN' - set interfaces ethernet eth0 firewall local name 'OUTSIDE-LOCAL' + set firewall interface eth0 in name 'OUTSIDE-IN' + set firewall interface eth0 local name 'OUTSIDE-LOCAL' Commit changes, save the configuration, and exit configuration mode: |