opensnitch/daemon/firewall/nftables
Gustavo Iñiguez Goia f7eec83367
sys fw: allow to add icmp types by commas
- Previously we only supported multiple ICMP types on the same rule
by adding multiple keys:
 Key: type
 Value: echo-request
 Key: type
 Value: echo-reply

Now it's possible to specify them using ',':
 Key: type
 Value: echo-request,echo-reply

- Validate ICMP types before adding them.
2023-06-20 01:14:57 +02:00
..
exprs sys,fw: allow to create multiprotocol rules 2023-05-27 22:02:14 +02:00
chains.go sys,fw: fixed race condition creating system rules 2023-05-24 14:26:58 +02:00
monitor.go sys,fw: put dns rule always at the top of the chain 2023-05-25 01:20:53 +02:00
nftables.go changed default config permissions on saving 2023-06-14 12:10:19 +02:00
parser.go sys,fw: allow to create multiprotocol rules 2023-05-27 22:02:14 +02:00
rule_helpers.go sys fw: allow to add icmp types by commas 2023-06-20 01:14:57 +02:00
rules.go sys,fw: fixed race condition creating system rules 2023-05-24 14:26:58 +02:00
system.go sys,fw: fixed race condition creating system rules 2023-05-24 14:26:58 +02:00
tables.go sys,fw: fixed race condition creating system rules 2023-05-24 14:26:58 +02:00
utils.go Bump nftables-go lib version to 0.1.0 2023-01-22 14:40:08 +01:00