[PATCH v2 0/3] Add support for bridge VLANs

Tobias Jungel tobias.jungel at bisdn.de
Thu Nov 26 01:57:15 PST 2015


ack from my side for v2. I will send a patch dealing with the todo
next.

/tobi



On Mi, 2015-11-25 at 11:14 -0800, David Ahern wrote:
> Add support for VLANs on bridges. VLANs are stored in a bitmap array.
> Add display of VLANs to link and neighbor dump
> 
> v2:
> - addressed comments from Tobias
> 
> TO-DO:
> - need to handle RTEXT_FILTER_BRVLAN_COMPRESSED. As Tobias noted it
> is
>   the default format for notifications.
> 
> David Ahern (3):
>   link: Add AF operation to append attributes to a GETLINK message
>   Handle family-based parsing of IFLA_AF_SPEC attribute
>   bridge: Add support for VLANs
> 
>  include/linux-private/linux/if_bridge.h  |  14 ++
>  include/linux-private/linux/rtnetlink.h  |   6 +
>  include/netlink-private/route/link/api.h |   4 +
>  include/netlink/route/link/bridge.h      |  21 +++
>  lib/route/link.c                         | 115 ++++++++++++++---
>  lib/route/link/bridge.c                  | 213
> +++++++++++++++++++++++++++++++
>  lib/route/neigh.c                        |   9 +-
>  libnl-route-3.sym                        |   3 +
>  8 files changed, 367 insertions(+), 18 deletions(-)
> 



More information about the libnl mailing list