Add ignored destinations for firewall logs
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
jeltz 2021-03-01 19:39:11 +01:00
parent 8f815a30c5
commit b13b22da05
2 changed files with 11 additions and 0 deletions

View file

@ -36,6 +36,11 @@ interfaces_type = {
'admin' : ['ens18']
}
log_ignore_v4 = [
'224.0.0.0/24',
'224.0.1.0/24',
'239.0.0.0/8',
]
### Specify nat settings: name, interfaces with range, and global range for nat
### WARNING : "interface_ip_to_nat' MUST contain /24 ranges, and ip_sources MUST

View file

@ -33,6 +33,12 @@ interfaces_type = {
'admin' : ['ens19', 'ens20', 'ens23']
}
log_ignore_v4 = [
'224.0.0.0/24',
'224.0.1.0/24',
'239.0.0.0/8',
]
### Specify nat settings: name, interfaces with range, and global range for nat
### WARNING : "interface_ip_to_nat' MUST contain /24 ranges, and ip_sources MUST
### contain /16 range