net: Identifier Locator Addressing module
authorTom Herbert <tom@herbertland.com>
Mon, 17 Aug 2015 20:42:27 +0000 (13:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Aug 2015 04:33:06 +0000 (21:33 -0700)
commit65d7ab8de582bc668e3dabb6ff48f750098a6e78
treee10beeab2d0b925502ef3d2d3fea169ace63b636
parentabc5d1ff3e8f9b4a9d274818459b123e31981dc9
net: Identifier Locator Addressing module

Adding new module name ila. This implements ILA translation. Light
weight tunnel redirection is used to perform the translation in
the data path. This is configured by the "ip -6 route" command
using the "encap ila <locator>" option, where <locator> is the
value to set in destination locator of the packet. e.g.

ip -6 route add 3333:0:0:1:5555:0:1:0/128 \
      encap ila 2001:0:0:1 via 2401:db00:20:911a:face:0:25:0

Sets a route where 3333:0:0:1 will be overwritten by
2001:0:0:1 on output.

Signed-off-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/ila.h [new file with mode: 0644]
include/uapi/linux/lwtunnel.h
net/ipv6/Kconfig
net/ipv6/Makefile
net/ipv6/ila.c [new file with mode: 0644]