netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* IPv6 multipath routes
@ 2012-09-06 17:30 Vincent Bernat
  2012-09-06 17:30 ` [PATCH] Fix "ip -6 route add ... nexthop" Vincent Bernat
  2012-09-11 12:57 ` IPv6 multipath routes Ulrich Weber
  0 siblings, 2 replies; 47+ messages in thread
From: Vincent Bernat @ 2012-09-06 17:30 UTC (permalink / raw)
  To: netdev

Hi!

It appears that "ip -6 route add" expects IPv4 addresses with nexthop directives:

$ ip -6 route add to 2a01:c9c0:a1:982::/64 proto bird \
   nexthop via fe80::ea39:35ff:febd:f9e dev bai2.2008 weight 1 \
   nexthop via fe80::ea39:35ff:febd:fd6 dev bai1.2009 weight 1
Error: an IP address is expected rather than "fe80::ea39:35ff:febd:f9e"

The following patch fix this problem. However, it does not work. I now have:
 RTNETLINK answers: No such device

I have little knowledge of netlink so it is likely that my patch is
buggy. However, I have found this problem by trying to debug what
appears to be a valid netlink message refused by the kernel with the
same error. Therefore, I suspect that there is also a bug in the kernel.

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

end of thread, other threads:[~2012-11-05  8:30 UTC | newest]

Thread overview: 47+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06 17:30 IPv6 multipath routes Vincent Bernat
2012-09-06 17:30 ` [PATCH] Fix "ip -6 route add ... nexthop" Vincent Bernat
2012-09-06 17:53   ` Vincent Bernat
2012-09-12  8:29     ` [RFC PATCH net-next 0/1] Add support of ECMPv6 Nicolas Dichtel
2012-09-12  8:29       ` [RFC PATCH net-next 1/1] ipv6: add support of ECMP Nicolas Dichtel
2012-09-12  8:48         ` YOSHIFUJI Hideaki
2012-09-12  9:42           ` YOSHIFUJI Hideaki
2012-09-12  9:53             ` Nicolas Dichtel
2012-09-14  7:59             ` [RFC PATCH net-next v2 0/1] Add support of ECMPv6 Nicolas Dichtel
2012-09-14  7:59               ` [RFC PATCH net-next v2 1/1] ipv6: add support of ECMP Nicolas Dichtel
2012-09-14  9:40               ` [RFC PATCH net-next v2 0/1] Add support of ECMPv6 Vincent Bernat
2012-09-14 13:35                 ` Nicolas Dichtel
2012-09-14 13:37                   ` Nicolas Dichtel
2012-10-15 12:36                   ` Vincent Bernat
2012-10-15 19:54                     ` Vincent Bernat
2012-09-19  9:18               ` [PATCH net-next v3 " Nicolas Dichtel
2012-09-19  9:18                 ` [PATCH net-next v3 1/1] ipv6: add support of ECMP Nicolas Dichtel
2012-09-20 21:15                   ` David Miller
2012-09-21  9:59                     ` [PATCH net-next v4 0/1] Add support of ECMPv6 Nicolas Dichtel
2012-09-21  9:59                       ` [PATCH net-next v4 1/1] ipv6: add support of ECMP Nicolas Dichtel
2012-09-21 17:48                       ` [PATCH net-next v4 0/1] Add support of ECMPv6 David Miller
2012-09-24 12:28                         ` Nicolas Dichtel
2012-10-01 13:56                         ` [PATCH net-next v5 " Nicolas Dichtel
2012-10-01 13:56                           ` [PATCH net-next v5 1/1] ipv6: add support of ECMP Nicolas Dichtel
2012-10-01 16:47                             ` Joe Perches
2012-10-02 16:02                               ` [PATCH net-next v6 0/1] Add support of ECMPv6 Nicolas Dichtel
2012-10-02 16:02                                 ` [PATCH net-next v6 1/1] ipv6: add support of equal cost multipath (ECMP) Nicolas Dichtel
2012-10-02 16:06                                   ` Nicolas Dichtel
2012-10-02 16:14                                     ` Eric Dumazet
2012-10-19  9:13                                       ` [PATCH net-next v7 0/1] Add support of ECMPv6 nicolas.dichtel
2012-10-19  9:13                                         ` [PATCH net-next v7 1/1] ipv6: add support of equal cost multipath (ECMP) nicolas.dichtel
2012-10-22  0:41                                           ` David Miller
2012-10-22 13:42                                             ` [PATCH net-next v8 0/1] Add support of ECMPv6 nicolas.dichtel
2012-10-22 13:42                                               ` [PATCH net-next v8 1/1] ipv6: add support of equal cost multipath (ECMP) nicolas.dichtel
2012-10-23  6:39                                                 ` David Miller
2012-10-23 12:42                                                   ` [PATCH iproute2 1/2] ip: fix "ip -6 route add ... nexthop" Nicolas Dichtel
2012-10-23 12:42                                                     ` [PATCH iproute2 2/2] ip: remove NLM_F_EXCL in case of ECMPv6 routes Nicolas Dichtel
2012-10-25 16:06                                                       ` Stephen Hemminger
2012-10-25 16:20                                                         ` Nicolas Dichtel
2012-10-25 16:25                                                           ` Stephen Hemminger
2012-10-25 16:48                                                             ` Nicolas Dichtel
2012-11-02  8:58                                                               ` [RESEND PATCH net-next] ipv6/multipath: remove flag NLM_F_EXCL after the first nexthop Nicolas Dichtel
2012-11-03  1:38                                                                 ` David Miller
2012-11-05  8:30                                                                   ` Nicolas Dichtel
2012-10-25 16:08                                                     ` [PATCH iproute2 1/2] ip: fix "ip -6 route add ... nexthop" Stephen Hemminger
2012-10-02 18:43                                     ` [PATCH net-next v6 1/1] ipv6: add support of equal cost multipath (ECMP) David Miller
2012-09-11 12:57 ` IPv6 multipath routes Ulrich Weber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).