Bug 886116
Summary: | IPv6 networking breaks when loopback is set down and up | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Pavel Šimerda (pavlix) <psimerda> |
Component: | kernel | Assignee: | Jiri Pirko <jpirko> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 17 | CC: | gansalmon, itamar, jonathan, jpirko, kernel-maint, madhu.chinakonda, rkhan |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-06-12 13:01:01 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 880347 |
Description
Pavel Šimerda (pavlix)
2012-12-11 14:43:23 UTC
Pinging ::1 works, though. Tested with kernel 3.6.7-4.fc17.x86_64 can you please provide output of "ip a" in state 2), 3), 4) ? Thanks. This bug is being closed with INSUFFICIENT_DATA as there has not been a response in 2 weeks. If you are still experiencing this issue, please reopen and attach the relevant data from the latest kernel you are running and any data that might have been requested previously. Output of 'ip address', I'm afraid it won't help much, though, as the problem is most probably internal to the kernel. 2) 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000 link/ether 00:1d:72:88:56:36 brd ff:ff:ff:ff:ff:ff inet6 fe80::21d:72ff:fe88:5636/64 scope link valid_lft forever preferred_lft forever 3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000 link/ether 00:1f:3c:1b:9e:5e brd ff:ff:ff:ff:ff:ff inet 84.246.161.89/28 brd 84.246.161.95 scope global wlan0 inet6 2a00:1268:1ff:f001:21f:3cff:fe1b:9e5e/64 scope global dynamic valid_lft 86396sec preferred_lft 14396sec inet6 fe80::21f:3cff:fe1b:9e5e/64 scope link valid_lft forever preferred_lft forever 704: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1360 qdisc pfifo_fast state UNKNOWN qlen 100 link/none inet 10.36.116.23/22 brd 10.36.119.255 scope global tun0 3) 1: lo: <LOOPBACK> mtu 65536 qdisc noqueue state DOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000 link/ether 00:1d:72:88:56:36 brd ff:ff:ff:ff:ff:ff inet6 fe80::21d:72ff:fe88:5636/64 scope link valid_lft forever preferred_lft forever 3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000 link/ether 00:1f:3c:1b:9e:5e brd ff:ff:ff:ff:ff:ff inet 84.246.161.89/28 brd 84.246.161.95 scope global wlan0 inet6 2a00:1268:1ff:f001:21f:3cff:fe1b:9e5e/64 scope global dynamic valid_lft 86394sec preferred_lft 14394sec inet6 fe80::21f:3cff:fe1b:9e5e/64 scope link valid_lft forever preferred_lft forever 704: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1360 qdisc pfifo_fast state UNKNOWN qlen 100 link/none inet 10.36.116.23/22 brd 10.36.119.255 scope global tun0 4) 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000 link/ether 00:1d:72:88:56:36 brd ff:ff:ff:ff:ff:ff inet6 fe80::21d:72ff:fe88:5636/64 scope link valid_lft forever preferred_lft forever 3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000 link/ether 00:1f:3c:1b:9e:5e brd ff:ff:ff:ff:ff:ff inet 84.246.161.89/28 brd 84.246.161.95 scope global wlan0 inet6 2a00:1268:1ff:f001:21f:3cff:fe1b:9e5e/64 scope global dynamic valid_lft 86374sec preferred_lft 14374sec inet6 fe80::21f:3cff:fe1b:9e5e/64 scope link valid_lft forever preferred_lft forever 704: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1360 qdisc pfifo_fast state UNKNOWN qlen 100 link/none inet 10.36.116.23/22 brd 10.36.119.255 scope global tun0 Fixed by: commit 25fb6ca4ed9cad72f14f61629b68dc03c0d9713f Author: Balakumaran Kannan <kumaran.4353> Date: Tue Apr 2 16:15:05 2013 +0530 net IPv6 : Fix broken IPv6 routing table after loopback down-up I tested with F18, 3.9.4-200.fc18.x86_64 kernel, issue is not present. |