diff options
author | Robert Göhler <github@ghlr.de> | 2022-09-25 21:11:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-25 21:11:31 +0200 |
commit | b442d20e6565f22b70d46ae0ebae072bc14c011c (patch) | |
tree | 0a7abe54f2bbe3cf4a82c6e00e402b8cb4372155 | |
parent | 3eb8d2799809032674548847dd4569faa0260abb (diff) | |
parent | e50a28e49c74b17a6791862decae2ea29f7b67d5 (diff) | |
download | vyos-documentation-b442d20e6565f22b70d46ae0ebae072bc14c011c.tar.gz vyos-documentation-b442d20e6565f22b70d46ae0ebae072bc14c011c.zip |
Merge pull request #860 from icyfire0573/patch-2
Update Set Firewall
-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: |