firewall: correct firewall example

This commit is contained in:
Ganawa Juanah 2022-10-08 16:21:44 -05:00
parent deb95e79ca
commit 8f9aa4476d
No known key found for this signature in database
GPG Key ID: F72142C9C78DB729

View File

@ -815,6 +815,11 @@ Example Partial Config
.. code-block:: none .. code-block:: none
firewall { firewall {
interface eth0 {
in {
name FROM-INTERNET
}
}
all-ping enable all-ping enable
broadcast-ping disable broadcast-ping disable
config-trap disable config-trap disable
@ -871,11 +876,6 @@ Example Partial Config
address dhcp address dhcp
description OUTSIDE description OUTSIDE
duplex auto duplex auto
firewall {
in {
name FROM-INTERNET
}
}
} }
} }