[pkg-lxc-devel] Bug#1041414: lxc failed to delete default_pvid from veth linux bridge

Valery Kuryshin valery.kuryshin at gmail.com
Tue Jul 18 18:21:56 BST 2023


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-lxc-devel/attachments/20230718/49ef45bc/attachment.htm>


More information about the Pkg-lxc-devel mailing list