diff options
| author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | 2013-08-13 09:05:39 -0400 |
|---|---|---|
| committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-08-14 04:48:05 -0400 |
| commit | 38c67328ac79cb9eaf61b5d4750fe3b9cff0dd15 (patch) | |
| tree | 3f4325290359489b3b400ce9f04dbaa830a9d7e6 /include | |
| parent | f0c03956ac40fdc4fbce7bed262ae74ac372e765 (diff) | |
netfilter: export xt_HMARK.h to userland
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/linux/netfilter/Kbuild | 1 | ||||
| -rw-r--r-- | include/uapi/linux/netfilter/xt_HMARK.h (renamed from include/linux/netfilter/xt_HMARK.h) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/netfilter/Kbuild b/include/uapi/linux/netfilter/Kbuild index dc00927ffd62..174915420d3f 100644 --- a/include/uapi/linux/netfilter/Kbuild +++ b/include/uapi/linux/netfilter/Kbuild | |||
| @@ -22,6 +22,7 @@ header-y += xt_CONNMARK.h | |||
| 22 | header-y += xt_CONNSECMARK.h | 22 | header-y += xt_CONNSECMARK.h |
| 23 | header-y += xt_CT.h | 23 | header-y += xt_CT.h |
| 24 | header-y += xt_DSCP.h | 24 | header-y += xt_DSCP.h |
| 25 | header-y += xt_HMARK.h | ||
| 25 | header-y += xt_IDLETIMER.h | 26 | header-y += xt_IDLETIMER.h |
| 26 | header-y += xt_LED.h | 27 | header-y += xt_LED.h |
| 27 | header-y += xt_LOG.h | 28 | header-y += xt_LOG.h |
diff --git a/include/linux/netfilter/xt_HMARK.h b/include/uapi/linux/netfilter/xt_HMARK.h index 826fc5807577..826fc5807577 100644 --- a/include/linux/netfilter/xt_HMARK.h +++ b/include/uapi/linux/netfilter/xt_HMARK.h | |||
