Commit 0d6c7ae22d4fadbc83677ea1a6144eea8911e319

Authored by Yasuyuki Kozakai
Committed by David S. Miller
1 parent 508df253db

[NETFILTER]: Add dscp,DSCP headers to header-y

This patch adds xt_dscp.h and xt_DSCP.h to the kernel headers which are
exported via 'make headers_install'. These are necessary for userspace
to add rules using dscp match and DSCP target.

Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/linux/netfilter/Kbuild
... ... @@ -10,6 +10,8 @@
10 10 header-y += xt_CONNMARK.h
11 11 header-y += xt_conntrack.h
12 12 header-y += xt_dccp.h
  13 +header-y += xt_dscp.h
  14 +header-y += xt_DSCP.h
13 15 header-y += xt_esp.h
14 16 header-y += xt_helper.h
15 17 header-y += xt_length.h