net/ipv4/ip_gre.c | 28 ++++++++++++++++------------ 1 files changed, 16 insertions(+), 12 deletions(-)
New commits: commit cddabf0abee80fc0b6f72e510a377da66737338a Author: Herbert Xu <[email protected]> Date: Fri Oct 30 05:51:48 2009 +0000 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 <[email protected]> Acked-by: Stephen Hemminger <[email protected]> Tested-by: Nathan Neulinger <[email protected]> Signed-off-by: David S. Miller <[email protected]> (cherry picked from commit 2e9526b352061ee0fd2a1580a2e3a5af960dabc4) http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=cddabf0abee80fc0b6f72e510a377da66737338a _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
