From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [PATCH] IPv6: (3/5) Set dev->dev_addr and dev->broadcast in ip6_tnls Date: Mon, 1 Sep 2003 01:47:22 -0700 Sender: netdev-bounce@oss.sgi.com Message-ID: <20030901014722.4f2d27bd.davem@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: usagi-core@linux-ipv6.org, netdev@oss.sgi.com Return-path: To: Ville Nuorvala In-Reply-To: Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org On Mon, 1 Sep 2003 02:48:55 +0300 (EEST) Ville Nuorvala wrote: > I just only recently noticed MAX_ADDR_LEN had beed increased to 32. This > means the IPv6 addresses can now be copied into the dev->dev_addr and > dev->broadcast fields, just like the IPv4 addresses are for the other > tunnel drivers. Please apply! Applied, thanks Ville.