diff options
author | stephen hemminger <stephen@networkplumber.org> | 2015-12-10 09:14:20 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-12-11 23:39:33 -0500 |
commit | f7fc6bc414121954c45c5f18b70e2a8717d0d5b4 (patch) | |
tree | 81c32175e48506347bc54a1b546d7fb4b88cd75d /include/uapi/linux/Kbuild | |
parent | 173d26f8d50528005e0daaeb890b695a3b48f1f9 (diff) |
uapi: export ila.h
The file ila.h used for lightweight tunnels is being used by iproute2
but is not exported yet.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/Kbuild')
-rw-r--r-- | include/uapi/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 628e6e64c2fb..c2e5d6cb34e3 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -186,6 +186,7 @@ header-y += if_tunnel.h header-y += if_vlan.h header-y += if_x25.h header-y += igmp.h +header-y += ila.h header-y += in6.h header-y += inet_diag.h header-y += in.h |