rtnetlink icon indicating copy to clipboard operation
rtnetlink copied to clipboard

Can this package be used to create bridge and VLAN interface?

Open qianzhangxa opened this issue 8 months ago • 1 comments

  • Create bridge.
    • Equivalent to ip link add name <bridge-name> type bridge.
  • Create VLAN interface.
    • Equivalent to ip link add link <parentLink> name <parentLink>.<vlan-id> type vlan id <vlan-id>.

qianzhangxa avatar May 27 '25 06:05 qianzhangxa

The groundwork for this has been done using drivers. Unfortunately, at this point, only bond, netkit and veth has working drivers. I have not gotten around to creating drivers for bridge or vlan. I would be very grateful for help in this regard.

jsimonetti avatar May 27 '25 16:05 jsimonetti

I have implemented the missing drivers. You should be able to create the interfaces you requested.

jsimonetti avatar Oct 30 '25 22:10 jsimonetti