From 689d1ee6f5cace5964f13fc4d44bf7be9e77d077 Mon Sep 17 00:00:00 2001 From: showipintbri <40892800+showipintbri@users.noreply.github.com> Date: Fri, 8 Oct 2021 10:24:13 -0400 Subject: Update index.rst --- docs/configuration/firewall/index.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/configuration/firewall/index.rst b/docs/configuration/firewall/index.rst index d52d6f2a..4d28d5f8 100644 --- a/docs/configuration/firewall/index.rst +++ b/docs/configuration/firewall/index.rst @@ -490,6 +490,11 @@ Applying a Rule-Set to a Zone Before you are able to apply a rule-set to a zone you have to create the zones first. +It helps to think of the syntax as: (see below). The 'rule-set' should be written from the perspective of: *Source Zone*-to->*Destination Zone* + +.. cfgcmd:: set zone-policy zone from firewall name + + .. cfgcmd:: set zone-policy zone from firewall name .. cfgcmd:: set zone-policy zone from firewall ipv6-name -- cgit v1.2.3 From fa911b95f05c693a53ec9373020e19444dca6a62 Mon Sep 17 00:00:00 2001 From: showipintbri <40892800+showipintbri@users.noreply.github.com> Date: Fri, 8 Oct 2021 10:28:04 -0400 Subject: Update index.rst --- docs/configuration/firewall/index.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/configuration/firewall/index.rst b/docs/configuration/firewall/index.rst index 4d28d5f8..a13b4328 100644 --- a/docs/configuration/firewall/index.rst +++ b/docs/configuration/firewall/index.rst @@ -490,10 +490,11 @@ Applying a Rule-Set to a Zone Before you are able to apply a rule-set to a zone you have to create the zones first. -It helps to think of the syntax as: (see below). The 'rule-set' should be written from the perspective of: *Source Zone*-to->*Destination Zone* +It helps to think of the syntax as: (see below). The 'rule-set' should be +written from the perspective of: *Source Zone*-to->*Destination Zone* -.. cfgcmd:: set zone-policy zone from firewall name - +.. cfgcmd:: set zone-policy zone from + firewall name .. cfgcmd:: set zone-policy zone from firewall name -- cgit v1.2.3