Package: lxc
Version: 5.0.2-1

Code in network.c, lines 468-472 failed to delete default_pvid when is zero.

If bridge created by systemd.netdev like this:
[Bridge]
DefaultPVID=none

and lxc config contains:
lxc.net.0.veth.vlan.id = vlan_ID

LXC trying to delete zero PVID from veth interface before set actual value
from config file and fail.

Manually added exception (default_pvid != 0) for this variant works as
expected, but may have side effect, or not.

Best regards,
Valery Kuryshin

Reply via email to