Use iifname as virbr0 doesn't exist at boot

This commit is contained in:
Anthony Rose 2020-06-18 08:33:36 +01:00
parent 57bad36fc1
commit 2fdbcfe44a

View file

@ -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