[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091030093957.7128c596@nehalam>
Date: Fri, 30 Oct 2009 09:39:57 -0700
From: Stephen Hemminger <shemminger@...tta.com>
To: Herbert Xu <herbert@...dor.apana.org.au>
Cc: "Neulinger, Nathan" <nneul@....edu>,
"David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: How to use gretap with bridge?
On Fri, 30 Oct 2009 11:51:48 -0400
Herbert Xu <herbert@...dor.apana.org.au> wrote:
> Neulinger, Nathan <nneul@....edu> wrote:
> >
> > The above change fixes it for me, but I'm no expert on this chunk of
> > code. (Perhaps it it shouldn't set dev_addr at all?)
>
> OK, it was a stupid mistake on my part. I added a netdev ops
> struct for tap but didn't actually use it! Please let us know
> whether this patch fixes the problem.
>
> gre: Fix dev_addr clobbering for gretap
>
> Nathan Neulinger noticed that gretap devices get their MAC address
> from the local IP address, which results in invalid MAC addresses
> half of the time.
>
> This is because gretap is still using the tunnel netdev ops rather
> than the correct tap netdev ops struct.
>
> This patch also fixes changelink to not clobber the MAC address
> for the gretap case.
>
> Signed-off-by: Herbert Xu <herbert@...dor.apana.org.au>
>
> Thanks,
Acked-by: Stephen Hemminger <shemminger@...tta.com>
--
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists