Prior to the current release (0.10.9) using the line interface = "br0" in my config.toml worked as expected, now vopono complains Multiple network interfaces are active and defaults to, unfortunately, the incorrect device.
Passing -i br0 works, and all other config options seem to be being read correctly as well.
Prior to the current release (0.10.9) using the line
interface = "br0"
in my config.toml worked as expected, now vopono complainsMultiple network interfaces are active
and defaults to, unfortunately, the incorrect device.Passing
-i br0
works, and all other config options seem to be being read correctly as well.