]> asedeno.scripts.mit.edu Git - linux.git/commit
ila: Create main ila source file
authorTom Herbert <tom@herbertland.com>
Wed, 27 Jun 2018 21:39:01 +0000 (14:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Jun 2018 02:32:55 +0000 (11:32 +0900)
commitad68147ef2878cad0cb9aba2a682c4bb8832cca7
tree874ae22501e6166b391481f8f486107e39e7f80c
parentb893281715ab4ea0e63034165b4fa11d1bb984c5
ila: Create main ila source file

Create a main ila file that contains the module initialization functions
as well as netlink definitions. Previously these were defined in
ila_xlat and ila_common. This approach allows better extensibility.

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