Re: vlan aware bridge doesn't propagate mac changes to vlans on top of it

2016-09-08 Thread Michal Soltys
On 2016-09-08 04:03, Toshiaki Makita wrote: > On 2016/09/08 3:22, Michal Soltys wrote: > ... >> 4.7.2 >> git describe on that commit suggests it's been available since 4.6.x >> >> What I did in details: >> >> ip li add name port1b type veth peer name port1e >> ip li add br0 type bridge >> ip li s

Re: vlan aware bridge doesn't propagate mac changes to vlans on top of it

2016-09-07 Thread Toshiaki Makita
On 2016/09/08 3:22, Michal Soltys wrote: ... > 4.7.2 > git describe on that commit suggests it's been available since 4.6.x > > What I did in details: > > ip li add name port1b type veth peer name port1e > ip li add br0 type bridge > ip li set dev br0 type bridge vlan_default_pvid 0 > ip li set d

Re: vlan aware bridge doesn't propagate mac changes to vlans on top of it

2016-09-07 Thread Michal Soltys
On 2016-09-07 02:44, Toshiaki Makita wrote: > On 2016/09/07 6:59, Michal Soltys wrote: >> Consider following scenario: >> >> - create vlan aware bridge (say br0) >> - setup br0's vlans, e.g. >> >> bridge vlan add dev br0 vid 10 self >> >> This will add necessary fdb entries directing appropriate

Re: vlan aware bridge doesn't propagate mac changes to vlans on top of it

2016-09-06 Thread Toshiaki Makita
On 2016/09/07 6:59, Michal Soltys wrote: > Consider following scenario: > > - create vlan aware bridge (say br0) > - setup br0's vlans, e.g. > > bridge vlan add dev br0 vid 10 self > > This will add necessary fdb entries directing appropriate traffic to the > bridge itself. > > - create appropr

vlan aware bridge doesn't propagate mac changes to vlans on top of it

2016-09-06 Thread Michal Soltys
Consider following scenario: - create vlan aware bridge (say br0) - setup br0's vlans, e.g. bridge vlan add dev br0 vid 10 self This will add necessary fdb entries directing appropriate traffic to the bridge itself. - create appropriate vlan interfaces on top of it, for example: ip li add link