]> git.baikalelectronics.ru Git - kernel.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)
commit5d7946a41fb5b506377a0b675b9fc7b03ed09ca4
tree874ae22501e6166b391481f8f486107e39e7f80c
parentfbddde95e6bebaf234fadc454f6c342a9e224125
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