On Mon, Feb 03, 2014 at 05:09:53PM +0100, Helmut Schaa wrote:
> On Fri, Jan 31, 2014 at 8:29 PM, Ben Pfaff wrote:
> > On Fri, Jan 17, 2014 at 05:18:17PM +0100, Helmut Schaa wrote:
> >> On Fri, Jan 17, 2014 at 2:44 AM, Ben Pfaff wrote:
> >> > On Mon, Dec 09, 2013 at 09:01:57AM +0100, Helmut Schaa
On Fri, Jan 31, 2014 at 8:29 PM, Ben Pfaff wrote:
> On Fri, Jan 17, 2014 at 05:18:17PM +0100, Helmut Schaa wrote:
>> On Fri, Jan 17, 2014 at 2:44 AM, Ben Pfaff wrote:
>> > On Mon, Dec 09, 2013 at 09:01:57AM +0100, Helmut Schaa wrote:
>> >> On Sat, Dec 7, 2013 at 6:20 PM, Ben Pfaff wrote:
>> >> >
On Fri, Jan 17, 2014 at 05:18:17PM +0100, Helmut Schaa wrote:
> On Fri, Jan 17, 2014 at 2:44 AM, Ben Pfaff wrote:
> > On Mon, Dec 09, 2013 at 09:01:57AM +0100, Helmut Schaa wrote:
> >> On Sat, Dec 7, 2013 at 6:20 PM, Ben Pfaff wrote:
> >> > On Fri, Dec 06, 2013 at 04:18:42PM +0100, Helmut Schaa w
On Fri, Jan 17, 2014 at 2:44 AM, Ben Pfaff wrote:
> On Mon, Dec 09, 2013 at 09:01:57AM +0100, Helmut Schaa wrote:
>> On Sat, Dec 7, 2013 at 6:20 PM, Ben Pfaff wrote:
>> > On Fri, Dec 06, 2013 at 04:18:42PM +0100, Helmut Schaa wrote:
>> >> When adding a physical port to the main bridge the mac add
On Mon, Dec 09, 2013 at 09:01:57AM +0100, Helmut Schaa wrote:
> On Sat, Dec 7, 2013 at 6:20 PM, Ben Pfaff wrote:
> > On Fri, Dec 06, 2013 at 04:18:42PM +0100, Helmut Schaa wrote:
> >> When adding a physical port to the main bridge the mac address
> >> of the bridge is updated. We can do the same f
On Sat, Dec 7, 2013 at 6:20 PM, Ben Pfaff wrote:
> On Fri, Dec 06, 2013 at 04:18:42PM +0100, Helmut Schaa wrote:
>> When adding a physical port to the main bridge the mac address
>> of the bridge is updated. We can do the same for fake bridges by
>> copying the mac address of the parent bridge.
>>
On Fri, Dec 06, 2013 at 04:18:42PM +0100, Helmut Schaa wrote:
> When adding a physical port to the main bridge the mac address
> of the bridge is updated. We can do the same for fake bridges by
> copying the mac address of the parent bridge.
>
> There exists only one fake bridge per vlan, hence it
When adding a physical port to the main bridge the mac address
of the bridge is updated. We can do the same for fake bridges by
copying the mac address of the parent bridge.
There exists only one fake bridge per vlan, hence it is safe
to copy the mac address of the parent bridge.
Signed-off-by: H