Hi, This set adds support for filtering by a vlan id when showing fdb/mdb/vlan entries. Currently the filtering is implemented entirely in user-space, but the plan is to add kernel support as well. The vlan show part is also needed for the future per-vlan statistics in order to be able to show them only for a specific vlan. I plan to update the bridge man page soon as it's missing other options too and it seemed inconsistent to add this given that there're potential paragraphs missing, thus I'll post a separate patch for that.
Thank you, Nik Nikolay Aleksandrov (3): bridge: fdb: add support to filter by vlan id bridge: mdb: add support to filter by vlan id bridge: vlan: add support to filter by vlan id bridge/fdb.c | 21 ++++++++++++++------ bridge/mdb.c | 11 +++++++++-- bridge/vlan.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++------------ 3 files changed, 75 insertions(+), 20 deletions(-) -- 2.4.3