Re: [PATCH net v3] vlan: Propagate MAC address to VLANs

2016-05-07 Thread Mike Manning
On 05/06/2016 08:48 PM, Alexander Duyck wrote: > On Fri, May 6, 2016 at 12:36 PM, Mike Manning wrote: >> On 05/06/2016 06:02 PM, Alexander Duyck wrote: >>> On Fri, May 6, 2016 at 6:26 AM, Mike Manning wrote: The MAC address of the physical

Re: [PATCH net v3] vlan: Propagate MAC address to VLANs

2016-05-06 Thread Alexander Duyck
On Fri, May 6, 2016 at 12:36 PM, Mike Manning wrote: > On 05/06/2016 06:02 PM, Alexander Duyck wrote: >> On Fri, May 6, 2016 at 6:26 AM, Mike Manning wrote: >>> The MAC address of the physical interface is only copied to the VLAN >>> when it is first

Re: [PATCH net v3] vlan: Propagate MAC address to VLANs

2016-05-06 Thread Mike Manning
On 05/06/2016 06:02 PM, Alexander Duyck wrote: > On Fri, May 6, 2016 at 6:26 AM, Mike Manning wrote: >> The MAC address of the physical interface is only copied to the VLAN >> when it is first created, resulting in an inconsistency after MAC >> address changes of only newly

Re: [PATCH net v3] vlan: Propagate MAC address to VLANs

2016-05-06 Thread Alexander Duyck
On Fri, May 6, 2016 at 6:26 AM, Mike Manning wrote: > The MAC address of the physical interface is only copied to the VLAN > when it is first created, resulting in an inconsistency after MAC > address changes of only newly created VLANs having an up-to-date MAC. > > The

[PATCH net v3] vlan: Propagate MAC address to VLANs

2016-05-06 Thread Mike Manning
The MAC address of the physical interface is only copied to the VLAN when it is first created, resulting in an inconsistency after MAC address changes of only newly created VLANs having an up-to-date MAC. The VLANs should continue inheriting the MAC address of the physical interface, unless