All of lore.kernel.org
 help / color / mirror / Atom feed
* IPv6 stops working after ethtool diagnostic
@ 2010-06-15 18:05 Tantilov, Emil S
  2010-06-15 18:16 ` Ben Hutchings
  2010-06-17  9:51 ` Shan Wei
  0 siblings, 2 replies; 4+ messages in thread
From: Tantilov, Emil S @ 2010-06-15 18:05 UTC (permalink / raw)
  To: netdev@vger.kernel.org
  Cc: Stephen Hemminger, davem@davemloft.net, Pieper, Jeffrey E,
	Kirsher, Jeffrey T

We ran into a problem on net-next where IPv6 traffic fails after running ethtool -t:

Steps to reproduce:
1. ip addr show eth0
170: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 00:1b:21:53:0a:d6 brd ff:ff:ff:ff:ff:ff
    inet 190.0.15.5/16 brd 190.0.255.255 scope global eth0
    inet6 fec0::1505/112 scope site 
       valid_lft forever preferred_lft forever
    inet6 fe80::21b:21ff:fe53:ad6/64 scope link 
       valid_lft forever preferred_lft forever

2. ping6 -I eth0 fec0::1314
PING fec0::1314(fec0::1314) from fec0::1505 eth0: 56 data bytes
64 bytes from fec0::1314: icmp_seq=1 ttl=64 time=0.130 ms
64 bytes from fec0::1314: icmp_seq=2 ttl=64 time=0.119 ms
64 bytes from fec0::1314: icmp_seq=3 ttl=64 time=0.167 ms

3 ethtool -t eth0 (ifconfig eth0 down/up has the same effect)

4. ping6 -I eth0 fec0::1314
connect: Network is unreachable

5. ip addr show eth0
170: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 00:1b:21:53:0a:d6 brd ff:ff:ff:ff:ff:ff
    inet 190.0.15.5/16 brd 190.0.255.255 scope global eth0
    inet6 fec0::1505/112 scope site 
       valid_lft forever preferred_lft forever
    inet6 fe80::21b:21ff:fe53:ad6/64 scope link 
       valid_lft forever preferred_lft forever

Thanks,
Emil

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-06-17  9:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-15 18:05 IPv6 stops working after ethtool diagnostic Tantilov, Emil S
2010-06-15 18:16 ` Ben Hutchings
2010-06-15 18:25   ` Tantilov, Emil S
2010-06-17  9:51 ` Shan Wei

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.