aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/usbnet.c
diff options
context:
space:
mode:
authorNicolas Dichtel <nicolas.dichtel@6wind.com>2014-02-17 14:22:21 +0100
committerDavid S. Miller <davem@davemloft.net>2014-02-17 14:08:26 -0500
commit08b44656c08c8c2f73cdac2a058be2880e3361f2 (patch)
tree284cb8e9cfa8c3ec410b7b45db199184f58ccbc9 /drivers/net/usb/usbnet.c
parentpacket: check for ndo_select_queue during queue selection (diff)
downloadlinux-dev-08b44656c08c8c2f73cdac2a058be2880e3361f2.tar.xz
linux-dev-08b44656c08c8c2f73cdac2a058be2880e3361f2.zip
gre: add link local route when local addr is any
This bug was reported by Steinar H. Gunderson and was introduced by commit f7cb8886335d ("sit/gre6: don't try to add the same route two times"). root@morgental:~# ip tunnel add foo mode gre remote 1.2.3.4 ttl 64 root@morgental:~# ip link set foo up mtu 1468 root@morgental:~# ip -6 route show dev foo fe80::/64 proto kernel metric 256 but after the above commit, no such route shows up. There is no link local route because dev->dev_addr is 0 (because local ipv4 address is 0), hence no link local address is configured. In this scenario, the link local address is added manually: 'ip -6 addr add fe80::1 dev foo' and because prefix is /128, no link local route is added by the kernel. Even if the right things to do is to add the link local address with a /64 prefix, we need to restore the previous behavior to avoid breaking userpace. Reported-by: Steinar H. Gunderson <sesse@samfundet.no> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/usbnet.c')
0 files changed, 0 insertions, 0 deletions