Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2018 22:52:52 +0700
From:      Eugene Grosbein <eugen@grosbein.net>
To:        Abdullah Tariq <ab.tariq90@gmail.com>, "freebsd-net@freebsd.org" <freebsd-net@freebsd.org>
Subject:   Re: NETGRAPH- bridge vlans using netgraph help
Message-ID:  <5AE34754.6040905@grosbein.net>
In-Reply-To: <CAPFxuwRceDDoTw-4EohRdjUMSE-YN4YKWhbObuvEpxzEWOh2_A@mail.gmail.com>
References:  <CAPFxuwQOBkGTHZbGfJz=-fUW8M%2BQGOpTM9T%2B-RO6H4fWcGEtqA@mail.gmail.com> <5AE216DC.7010905@grosbein.net> <CAPFxuwSEDTNhfn1%2B1nXPAC6skJt%2BdAych10FN9bwwBVdqevO2w@mail.gmail.com> <5AE33513.1000001@grosbein.net> <CAPFxuwRceDDoTw-4EohRdjUMSE-YN4YKWhbObuvEpxzEWOh2_A@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
27.04.2018 21:39, Abdullah Tariq wrote:

>     > No, i am trying to bridge untagged frames between vlans of these interfaces. Is it doable?
> 
>     Sure. If you need to accept untagged frames from igb5, add tag 5 and send over igb6,
>     just create a bridge and add igb5 and vlan2 (vlan 5 vlandev igb6) to the bridge.

> ok sounds good but when i use following config
> 
> ifconfig vlan2 create vlan 5 vlandev igb5
> ifconfig vlan3 create vlan 5 vlandev igb6
> ifconfig bridge10 create addm vlan2 addm vlan3 up|
> 
> then it doesnt work.. 2 vlans with same tag dont work?

They do but that's not what you need. You deal with untagged frames on igb5,
so do not create any vlan on top on igb5 but use it directly:

ifconfig bridge10 create addm igb5 addm vlan3 up

And please do not top-post and reply to the list, not privately. Thank you.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5AE34754.6040905>