diff options
Diffstat (limited to 'hosts/sif/ruleset.nft')
| -rw-r--r-- | hosts/sif/ruleset.nft | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/sif/ruleset.nft b/hosts/sif/ruleset.nft index 33c17253..2af8b2ee 100644 --- a/hosts/sif/ruleset.nft +++ b/hosts/sif/ruleset.nft | |||
| @@ -145,6 +145,8 @@ table inet filter { | |||
| 145 | iifname virbr0 udp dport 53 counter name libvirt-dns accept | 145 | iifname virbr0 udp dport 53 counter name libvirt-dns accept |
| 146 | iifname virbr0 tcp dport 53 counter name libvirt-dns accept | 146 | iifname virbr0 tcp dport 53 counter name libvirt-dns accept |
| 147 | 147 | ||
| 148 | iifname wgrz ip saddr 10.200.116.1 meta l4proto gre counter accept | ||
| 149 | |||
| 148 | ct state {established, related} counter name established-rx accept | 150 | ct state {established, related} counter name established-rx accept |
| 149 | 151 | ||
| 150 | 152 | ||
