All of lore.kernel.org
 help / color / mirror / Atom feed
* fe80::/64 route missing on GRE tunnels
@ 2014-02-11 21:55 Steinar H. Gunderson
  2014-02-11 21:59 ` Steinar H. Gunderson
  0 siblings, 1 reply; 12+ messages in thread
From: Steinar H. Gunderson @ 2014-02-11 21:55 UTC (permalink / raw)
  To: netdev; +Cc: itk-intern

Hi,

It seems that recent kernels no longer automatically add the link-local route
to GRE tunnels. 3.10.27 does it right:

  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 on 3.13.1, no such route shows up. I can add it manually, though.

This broke our in-house IPv6 tunnel broker (which essentially uses link-local
addresses over GRE tunnels to bring up BGP sessions). Do you think you could
have a look?

/* Steinar */
-- 
Homepage: http://www.sesse.net/

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

end of thread, other threads:[~2014-02-17 19:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-11 21:55 fe80::/64 route missing on GRE tunnels Steinar H. Gunderson
2014-02-11 21:59 ` Steinar H. Gunderson
2014-02-15  7:45   ` Hannes Frederic Sowa
2014-02-15 12:10     ` Hannes Frederic Sowa
2014-02-17  9:37       ` Nicolas Dichtel
2014-02-17  9:45         ` Steinar H. Gunderson
2014-02-17  9:59           ` Nicolas Dichtel
2014-02-17 10:17             ` Steinar H. Gunderson
2014-02-17 10:34               ` Nicolas Dichtel
2014-02-17 13:04                 ` Hannes Frederic Sowa
2014-02-17 13:22                 ` [PATCH net] gre: add link local route when local addr is any Nicolas Dichtel
2014-02-17 19:09                   ` David Miller

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.