OSDN Git Service

net: ipv6: add rpl sr tunnel
authorAlexander Aring <alex.aring@gmail.com>
Fri, 27 Mar 2020 22:00:22 +0000 (18:00 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Mar 2020 05:30:57 +0000 (22:30 -0700)
commita7a29f9c361f8542604ef959ae6627f423b7a412
tree2a47bb1d90dfb74af8349340ab382592ff646be3
parentfaee676944dab731c9b2b91cf86c769d291a2237
net: ipv6: add rpl sr tunnel

This patch adds functionality to configure routes for RPL source routing
functionality. There is no IPIP functionality yet implemented which can
be added later when the cases when to use IPv6 encapuslation comes more
clear.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/rpl.h
include/uapi/linux/lwtunnel.h
include/uapi/linux/rpl_iptunnel.h [new file with mode: 0644]
net/core/lwtunnel.c
net/ipv6/Kconfig
net/ipv6/Makefile
net/ipv6/af_inet6.c
net/ipv6/rpl_iptunnel.c [new file with mode: 0644]