summaryrefslogtreecommitdiff
path: root/docs/quick-start.rst
diff options
context:
space:
mode:
authoricyfire0573 <40814526+icyfire0573@users.noreply.github.com>2022-09-25 09:20:07 -0400
committerGitHub <noreply@github.com>2022-09-25 09:20:07 -0400
commite50a28e49c74b17a6791862decae2ea29f7b67d5 (patch)
tree34f034eea8f3a6e39965047a6e17adfe4d511fe0 /docs/quick-start.rst
parent1095fc3071f34077daec932b2a175db35ec1f7d2 (diff)
downloadvyos-documentation-e50a28e49c74b17a6791862decae2ea29f7b67d5.tar.gz
vyos-documentation-e50a28e49c74b17a6791862decae2ea29f7b67d5.zip
Update Set Firewall
Current commands look like they were for 1.3?
Diffstat (limited to 'docs/quick-start.rst')
-rw-r--r--docs/quick-start.rst4
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: