[NETFILTER]: Add dscp,DSCP headers to header-y
authorYasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Mon, 25 Sep 2006 02:28:47 +0000 (19:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Sep 2006 02:28:47 +0000 (19:28 -0700)
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>
include/linux/netfilter/Kbuild

index 9a285ce..312bd2f 100644 (file)
@@ -10,6 +10,8 @@ header-y += xt_connmark.h
 header-y += xt_CONNMARK.h
 header-y += xt_conntrack.h
 header-y += xt_dccp.h
+header-y += xt_dscp.h
+header-y += xt_DSCP.h
 header-y += xt_esp.h
 header-y += xt_helper.h
 header-y += xt_length.h