public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Bruno Prémont" <bonbons@linux-vserver.org>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: 2.6.23: IPv6 router advertisments missed by kernel
Date: Thu, 1 Nov 2007 21:45:42 +0100	[thread overview]
Message-ID: <200711012145.43085.bonbons@linux-vserver.org> (raw)

I'm seeing unexpected behavior on my laptop since I updated kernel to 2.6.23.1 
from 2.6.22.1.

My setup:
  Cisco Router <--- [2 vlans] -----> Laptop

On the link two VLANs are active, native vlan is not used.
Laptop nic is:
   Tigon3 [partno(BCM95751m) rev 4201 PHY(5750)] (PCI Express)
   10/100/1000Base-T Ethernet

On laptop I have eth0.500 and eth0.658 as active interfaces (eth0 is just up - 
no address manually assigned) with IPv4 address assigned. IPv6 is only 
enabled on the router for one of both vlans (500).

When booting with 2.6.23.1 the router advertisments coming from the router 
(vlan 500) seem to get ignored by the kernel (they are detected by 2.6.22) 
and only enabling promiscuous mode on eth0 makes the kernel detect the router 
advertisments. (I'm doing "tcpdump icmp6" on the vlan interface)

This looks like it could be caused by changes in regard to handling vlans with 
Tigon3 nic.
A different machine (other nic and no vlans) sees the router advertisments 
correctly with 2.6.23.1. (So I don't expect the cause to be on IPv6 side)

Bruno



Probably relevant .config extract for 2.6.23.1:
  CONFIG_PACKET=y
  CONFIG_UNIX=y
  CONFIG_INET=y
  CONFIG_IP_MULTICAST=y
  CONFIG_IP_ADVANCED_ROUTER=y
  CONFIG_ASK_IP_FIB_HASH=y
  CONFIG_IP_FIB_HASH=y
  CONFIG_IP_MULTIPLE_TABLES=y
  CONFIG_NET_IPGRE=m
  CONFIG_SYN_COOKIES=y
  CONFIG_INET_DIAG=y
  CONFIG_INET_TCP_DIAG=y
  CONFIG_TCP_CONG_CUBIC=y
  CONFIG_DEFAULT_TCP_CONG="cubic"
  CONFIG_IPV6=y
  CONFIG_INET6_TUNNEL=m
  CONFIG_IPV6_TUNNEL=m
  CONFIG_IPV6_MULTIPLE_TABLES=y
  CONFIG_IPV6_SUBTREES=y
  CONFIG_NETFILTER=y

  CONFIG_NETDEVICES=y
  CONFIG_NETDEVICES_MULTIQUEUE=y
  # CONFIG_MACVLAN is not set
  CONFIG_TUN=m
  CONFIG_PHYLIB=m
  CONFIG_BROADCOM_PHY=m
  CONFIG_NET_ETHERNET=y
  CONFIG_MII=y
  CONFIG_NET_PCI=y
  CONFIG_B44=m
  CONFIG_NETDEV_1000=y
  CONFIG_TIGON3=m

Same extract for 2.6.22.1:
  CONFIG_PACKET=y
  CONFIG_UNIX=y
  CONFIG_INET=y
  CONFIG_IP_MULTICAST=y
  CONFIG_IP_ADVANCED_ROUTER=y
  CONFIG_ASK_IP_FIB_HASH=y
  CONFIG_IP_FIB_HASH=y
  CONFIG_IP_MULTIPLE_TABLES=y
  CONFIG_NET_IPGRE=m
  CONFIG_SYN_COOKIES=y
  CONFIG_INET_DIAG=y
  CONFIG_INET_TCP_DIAG=y
  CONFIG_TCP_CONG_CUBIC=y
  CONFIG_DEFAULT_TCP_CONG="cubic"
  CONFIG_IPV6=y
  CONFIG_INET6_TUNNEL=m
  CONFIG_IPV6_TUNNEL=m
  CONFIG_IPV6_MULTIPLE_TABLES=y
  CONFIG_IPV6_SUBTREES=y
  CONFIG_NETFILTER=y

  CONFIG_NETDEVICES=y
  CONFIG_DUMMY=m
  CONFIG_TUN=m
  CONFIG_PHYLIB=m
  CONFIG_BROADCOM_PHY=m
  CONFIG_NET_ETHERNET=y
  CONFIG_MII=y
  CONFIG_NET_PCI=y
  CONFIG_B44=m
  CONFIG_NETDEV_1000=y
  CONFIG_TIGON3=m


             reply	other threads:[~2007-11-01 21:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-01 20:45 Bruno Prémont [this message]
2007-11-04  9:30 ` 2.6.23: TG3+VLAN: IPv6 router advertisments missed by kernel Bruno Prémont

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200711012145.43085.bonbons@linux-vserver.org \
    --to=bonbons@linux-vserver.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox