diff options
Diffstat (limited to 'docs/quick-start.rst')
-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: |