]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7041a66aaa720e8b97d8a6e55d1f77c33272dfe5
tree2a47bb1d90dfb74af8349340ab382592ff646be3
parent156f131d81bc4050a7ad9ca2fcb7d174a204ec73
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]