We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e258523 commit 94508e7Copy full SHA for 94508e7
1 file changed
policies/pol/sample_fortigate_localin_ipv6.pol
@@ -110,4 +110,15 @@ term accept-fgm-v6{
110
protocol:: tcp
111
comment:: "accept-fgm-v6"
112
action:: accept
113
-}
+}
114
+
115
+term accept-test-v6{
116
+ source-interface:: x6.15
117
+ destination-interface:: v6.15
118
+ source-address:: REGIONAL-FGMS6
119
+ destination-address:: ANY_V6
120
+ destination-port:: HTTP
121
+ protocol:: tcp
122
+ comment:: "TESTING"
123
+ action:: accept
124
0 commit comments