All of lore.kernel.org
 help / color / mirror / Atom feed
From: Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp>
To: Dennis Jacobfeuerborn <dennisml@conversis.de>,
	Stephen Hemminger <stephen@networkplumber.org>
Cc: bridge@lists.linux-foundation.org
Subject: Re: [Bridge] vlan "aware" bridges
Date: Wed, 26 Aug 2015 12:46:10 +0900	[thread overview]
Message-ID: <55DD3682.1070508@lab.ntt.co.jp> (raw)
In-Reply-To: <55DD1DDA.2040809@conversis.de>

On 2015/08/26 11:00, Dennis Jacobfeuerborn wrote:
> On 08/25/2015 11:21 PM, Stephen Hemminger wrote:
>> On Tue, 25 Aug 2015 20:59:14 +0200
>> Dennis Jacobfeuerborn <dennisml@conversis.de> wrote:
>>
>>> Hi,
>>> through the cumulus documentation I learned that there apparently now
>>> exists a way to create a single bridge that allows vlan filtering rather
>>> than the old method using an individual bridge for each vlan.
>>> That documentation only uses this new bridge model in the context of
>>> their new ifupdown2 tool though.
>>>
>>> Is there any practical documentation out there or some
>>> tutorials/examples that explain how to use/configure such a vlan aware
>>> bridge using the basic bridge/ip toolset?
>>>
>>> Regards,
>>>   Dennis
>>
>> Did you look in current iproute2 man pages.
>>
> 
> I've looked at the man pages but they only contain information about the
> syntax of the commands and don't give any explanation of the bigger
> picture of examples of common possible setups.
> I can find plenty of examples on the net when it comes to the
> "traditional" one-bridge-per-vlan setup but none that explain similar
> setups for the vlan aware bridge.
> In fact there seem to be few people out there who even know about this
> probably because this seems to be a bit of a secret right now because of
> a lack of documentation.

Would you check this?
https://www.netdev01.org/docs/netdev_tutorial_bridge_makita_150213.pdf

Note that these slides are getting old and now the latest net-next
kernel and iproute2 have most features to manipulate vlan_filtering by
netlink rather than sysfs, like
# ip link set br0 type bridge vlan_filtering 1

Toshiaki Makita


      reply	other threads:[~2015-08-26  3:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-25 18:59 [Bridge] vlan "aware" bridges Dennis Jacobfeuerborn
2015-08-25 21:21 ` Stephen Hemminger
2015-08-26  2:00   ` Dennis Jacobfeuerborn
2015-08-26  3:46     ` Toshiaki Makita [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55DD3682.1070508@lab.ntt.co.jp \
    --to=makita.toshiaki@lab.ntt.co.jp \
    --cc=bridge@lists.linux-foundation.org \
    --cc=dennisml@conversis.de \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.