public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC net-next/iproute2 0/2] net: infrastructure to support RFC-5549
@ 2015-03-26 21:05 Andy Gospodarek
  2015-03-26 21:05 ` [RFC net-next 1/2] net: allow user to set IPv6 nexthop for IPv4 route Andy Gospodarek
  2015-03-26 21:05 ` [RFC iproute2 2/2] iproute2: " Andy Gospodarek
  0 siblings, 2 replies; 12+ messages in thread
From: Andy Gospodarek @ 2015-03-26 21:05 UTC (permalink / raw)
  To: netdev, Bjornar Ness, Sowmini Varadhan, Eric Dumazet,
	John W. Linville

As promised here is the series for adding the needed kernel and netlink 
support to enable support for RFC-5549 in Linux.  Changes to quagga,
bird, or any other routing daemon would be needed for full RFC-5549
support, but without this (or similar) no support for thie RFC is
possible.  This is an RFC series, so any feedback is greatly
appreciated -- including discussions on the value of an implementation
that seems a bit like a hack!

Andy Gospodarek (1):
  net: add support for ipv6 nexthops for ipv4 routes

 include/net/ip_fib.h           |  3 +++
 include/net/route.h            |  2 ++
 include/uapi/linux/rtnetlink.h |  1 +
 net/ipv4/fib_frontend.c        |  4 ++++
 net/ipv4/fib_semantics.c       | 24 +++++++++++++++++++-----
 net/ipv4/ip_output.c           | 30 +++++++++++++++++++++++++-----
 net/ipv4/route.c               | 12 ++++++++++++
 7 files changed, 66 insertions(+), 10 deletions(-)

Andy Gospodarek (1):
  iproute2: experimental support for setting IPv6 nexthop on IPv4 route

 include/linux/rtnetlink.h |  4 ++++
 ip/iproute.c              | 18 +++++++++++++++---
 lib/utils.c               |  4 +++-
 3 files changed, 22 insertions(+), 4 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2015-04-08  2:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-26 21:05 [RFC net-next/iproute2 0/2] net: infrastructure to support RFC-5549 Andy Gospodarek
2015-03-26 21:05 ` [RFC net-next 1/2] net: allow user to set IPv6 nexthop for IPv4 route Andy Gospodarek
2015-03-26 21:42   ` Sowmini Varadhan
2015-03-26 23:12   ` Julian Anastasov
2015-03-27  0:27     ` Andy Gospodarek
2015-03-27 11:53   ` Robert Shearman
2015-03-27 14:10     ` Andy Gospodarek
     [not found]       ` <CAJO99TkSaJjmvTjWOpnMLwNaf7A-q9_DvkppT+M77rSV0Syh0w@mail.gmail.com>
2015-04-08  2:52         ` Andy Gospodarek
2015-03-27 13:23   ` Sowmini Varadhan
2015-03-27 14:35     ` Andy Gospodarek
2015-03-27 14:37       ` Sowmini Varadhan
2015-03-26 21:05 ` [RFC iproute2 2/2] iproute2: " Andy Gospodarek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox