thom311 / libnl

Netlink Library Suite
GNU Lesser General Public License v2.1
423 stars 311 forks source link

route/link: add VLAN bridge binding flag #303

Closed troglobit closed 2 years ago

troglobit commented 2 years ago

Adds support for the new VLAN_FLAG_BRIDGE_BINDING, for VLAN interfaces created on top of a VLAN aware bridge. For details, see the kernel patch:

https://lore.kernel.org/netdev/20190418173535.22925-1-mmanning@vyatta.att-mail.com/

Signed-off-by: Joachim Wiberg troglobit@gmail.com

thom311 commented 2 years ago

merged. Thanks!!