Use iifname as virbr0 doesn't exist at boot
This commit is contained in:
parent
57bad36fc1
commit
2fdbcfe44a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ table inet filter {
|
||||||
|
|
||||||
# Accept any localhost and libvirt traffic.
|
# Accept any localhost and libvirt traffic.
|
||||||
iif "lo" accept
|
iif "lo" accept
|
||||||
iif "virbr0" accept
|
iifname "virbr0" accept
|
||||||
|
|
||||||
# Accept traffic originated from us.
|
# Accept traffic originated from us.
|
||||||
ct state established,related accept
|
ct state established,related accept
|
||||||
|
|
Loading…
Reference in a new issue