Merge "We don't need the final drop rule anymore"
This commit is contained in:
commit
2fb7c2c7e2
@ -71,7 +71,7 @@ tripleo_firewall_default_rules:
|
||||
state:
|
||||
- NEW
|
||||
destination: 'fe80::/64'
|
||||
'998 log all':
|
||||
'999 log all':
|
||||
proto: all
|
||||
jump: LOG
|
||||
limit: 20/min
|
||||
@ -80,6 +80,3 @@ tripleo_firewall_default_rules:
|
||||
nft_flags: 'all'
|
||||
nft_prefix: 'DROPPING: '
|
||||
state: []
|
||||
'999 drop all':
|
||||
proto: all
|
||||
action: drop
|
||||
|
@ -20,3 +20,8 @@
|
||||
roles:
|
||||
- role: "tripleo_firewall"
|
||||
tripleo_firewall_engine: 'nftables'
|
||||
tasks:
|
||||
- name: Clean everything nftables related
|
||||
import_role:
|
||||
name: tripleo_nftables
|
||||
tasks_from: cleanup.yaml
|
||||
|
@ -58,8 +58,4 @@ tripleo_nftables_rules:
|
||||
flags: 'all'
|
||||
prefix: 'DROPPING: '
|
||||
state: []
|
||||
rule_name: 998 log all
|
||||
- rule:
|
||||
action: drop
|
||||
proto: all
|
||||
rule_name: 999 drop all
|
||||
rule_name: 999 log all
|
||||
|
Loading…
Reference in New Issue
Block a user