diff --git a/roles/debian/files/nftables.conf b/roles/debian/files/nftables.conf index 0004066..087a6e2 100755 --- a/roles/debian/files/nftables.conf +++ b/roles/debian/files/nftables.conf @@ -8,7 +8,7 @@ table inet filter { # Accept any localhost and libvirt traffic. iif "lo" accept - iif "virbr0" accept + iifname "virbr0" accept # Accept traffic originated from us. ct state established,related accept