Merge "Update scn003 to exercise ExtraFirewallrules capabilities"
This commit is contained in:
@@ -140,3 +140,5 @@ and should be executed according to the following table:
|
||||
+----------------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+
|
||||
| rear | | X | | | | | | | | | |
|
||||
+----------------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+
|
||||
| Extra Firewall | | | | X | | | | | | | |
|
||||
+----------------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+
|
||||
|
||||
@@ -78,3 +78,14 @@ parameter_defaults:
|
||||
rndc_port: 953
|
||||
rndc_key_file: /etc/rndc.key
|
||||
ContainerCli: podman
|
||||
ExtraFirewallRules:
|
||||
'301 allow arbitrary tcp rule':
|
||||
dport: 12345
|
||||
proto: tcp
|
||||
source: 127.0.0.1
|
||||
action: insert
|
||||
'302 allow arbitrary udp rule':
|
||||
dport: 12345
|
||||
proto: udp
|
||||
source: 127.0.0.1
|
||||
action: append
|
||||
|
||||
Reference in New Issue
Block a user