Update nftables to allow libvirt traffic
This commit is contained in:
parent
5d8a2e3f43
commit
b22e1ba3d0
@ -10,6 +10,9 @@ table inet filter {
|
||||
# Accept any localhost traffic.
|
||||
iif lo accept;
|
||||
|
||||
# Accept any libvirt traffic.
|
||||
iifname virbr0 accept;
|
||||
|
||||
# Accept traffic originated from us.
|
||||
ct state established,related accept;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user