[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20160225.161542.1646814580366436236.davem@davemloft.net>
Date: Thu, 25 Feb 2016 16:15:42 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: mmanning@...cade.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net] Propagate MAC address changes to VLANs
From: Mike Manning <mmanning@...cade.com>
Date: Tue, 23 Feb 2016 20:56:31 +0000
> --- a/net/8021q/vlan.c
> +++ b/net/8021q/vlan.c
> @@ -293,15 +293,15 @@ static void vlan_sync_address(struct net
>
> /* vlan address was different from the old address and is equal to
> * the new address */
> - if (!ether_addr_equal(vlandev->dev_addr, vlan->real_dev_addr) &&
> + if ((vlandev->flags & IFF_UP) &&
> + !ether_addr_equal(vlandev->dev_addr, vlan->real_dev_addr) &&
This patch is corrupted by your email client.
Please read Documentation/email-clients.txt, fix your setup, and email a
test patch to yourself.
Only resubmit this patch to the list once you are able to successfully
apply the patch in that test email.
Powered by blists - more mailing lists