mbox series

[iproute2,0/3] Process IFLA_BRIDGE_VLAN_INFO tlv

Message ID 1504907543-14394-1-git-send-email-mrv@mojatatu.com
Headers show
Series Process IFLA_BRIDGE_VLAN_INFO tlv | expand

Message

Roman Mashak Sept. 8, 2017, 9:52 p.m. UTC
Process IFLA_BRIDGE_VLAN_INFO attribute nested in IFLA_AF_SPEC, which
contains bridge vlan table per port passed in link events.

Roman Mashak (3):
  bridge: isolate vlans  parsing code in a separate API
  bridge: dump vlan table information for link
  bridge: request vlans along with link information

 bridge/br_common.h |   1 +
 bridge/link.c      |  23 +++++++--
 bridge/vlan.c      | 145 +++++++++++++++++++++++++++--------------------------
 3 files changed, 96 insertions(+), 73 deletions(-)