1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Added support for ipt_time

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2854 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2006-01-07 11:46:44 +00:00
parent 89bc93f194
commit ce1c37a1ef
3 changed files with 240 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ IPT_IPOPT-$(CONFIG_IP_NF_TARGET_MARK) += ipt_MARK
IPT_IPOPT-$(CONFIG_IP_NF_MATCH_TCPMSS) += ipt_tcpmss
IPT_IPOPT-$(CONFIG_IP_NF_TARGET_TCPMSS) += ipt_TCPMSS
IPT_IPOPT-$(CONFIG_IP_NF_MATCH_TOS) += ipt_tos
IPT_IPOPT-$(CONFIG_IP_NF_MATCH_TIME) += ipt_time
IPT_IPOPT-$(CONFIG_IP_NF_TARGET_TOS) += ipt_TOS
IPT_IPOPT-$(CONFIG_IP_NF_MATCH_TTL) += ipt_ttl
IPT_IPOPT-$(CONFIG_IP_NF_TARGET_TTL) += ipt_TTL