lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 6 Mar 2013 11:06:29 -0800
From:	Stephen Hemminger <stephen@...workplumber.org>
To:	Vlad Yasevich <vyasevic@...hat.com>
Cc:	netdev@...r.kernel.org, shemminger@...tta.com
Subject: Re: [PATCHv2 iproute2 0/3] Bridge VLAN support

On Thu, 28 Feb 2013 15:04:03 -0500
Vlad Yasevich <vyasevic@...hat.com> wrote:

> This series adds VLAN configuration to the bridge command.  With this
> series, one can specify vlans in FDB entries as well as to configure
> VLAN configuration on the bridge ports.
> 
> Since v1:
>  - Rebased.
>  - Call rtnl_wilddump_req_filter from rtnl_wilddump_request.  Preserve always
>    setting the RTEXT_FILTER_VF filter.
> 
> Vlad Yasevich (3):
>   bridge: Add vlan support to fdb entries
>   bridge: Add vlan configuration support
>   bridge: Update bridge man pages to include vlan command
> 
>  bridge/Makefile      |    2 +-
>  bridge/br_common.h   |    1 +
>  bridge/bridge.c      |    3 +-
>  bridge/fdb.c         |   16 ++++-
>  bridge/vlan.c        |  220 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  include/libnetlink.h |    2 +
>  lib/libnetlink.c     |    8 ++-
>  man/man8/bridge.8    |   73 ++++++++++++++++-
>  8 files changed, 320 insertions(+), 5 deletions(-)
>  create mode 100644 bridge/vlan.c
> 

Applied now in HEAD of iproute2 git
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ