]> Pileus Git - ~andy/linux/commitdiff
netfilter: export xt_HMARK.h to userland
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Tue, 13 Aug 2013 13:05:39 +0000 (15:05 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 14 Aug 2013 08:48:05 +0000 (10:48 +0200)
This file contains the API for the target "HMARK", hence it should be exported
to userland.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/uapi/linux/netfilter/Kbuild
include/uapi/linux/netfilter/xt_HMARK.h [moved from include/linux/netfilter/xt_HMARK.h with 100% similarity]

index dc00927ffd62c719a20b620e84e4d421650bd814..174915420d3fe8231dc151519ceac551aceb148e 100644 (file)
@@ -22,6 +22,7 @@ header-y += xt_CONNMARK.h
 header-y += xt_CONNSECMARK.h
 header-y += xt_CT.h
 header-y += xt_DSCP.h
+header-y += xt_HMARK.h
 header-y += xt_IDLETIMER.h
 header-y += xt_LED.h
 header-y += xt_LOG.h