ila: Create net/ipv6/ila directory
authorTom Herbert <tom@herbertland.com>
Tue, 15 Dec 2015 23:41:35 +0000 (15:41 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Dec 2015 04:25:20 +0000 (23:25 -0500)
commit33f11d16142b06588eedfc1dd8cf93790979a712
treebdcd45dcbb8d4c951e26ecd9926ac9f13cef061a
parent3026043dc4035a6f6dff68065c9df245ead06344
ila: Create net/ipv6/ila directory

Create ila directory in preparation for supporting other hooks in the
kernel than LWT for doing ILA. This includes:
  - Moving ila.c to ila/ila_lwt.c
  - Splitting out some common functions into ila_common.c

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