diff options
author | Pablo Neira Ayuso <pablo@eurodev.net> | 2005-08-21 23:30:34 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-08-29 16:04:07 -0700 |
commit | 7567662ba896ee0c33d6215f32e2011488a6d1bf (patch) | |
tree | d259de5c48a54b7017ee21b5a141c223f8b082e6 /net/ipv4/netfilter/Makefile | |
parent | 24117727b753426d85ba09671c24854834f81b2c (diff) | |
download | linux-7567662ba896ee0c33d6215f32e2011488a6d1bf.tar.gz linux-7567662ba896ee0c33d6215f32e2011488a6d1bf.tar.bz2 linux-7567662ba896ee0c33d6215f32e2011488a6d1bf.zip |
[NETFILTER]: Add string match
Signed-off-by: Pablo Neira Ayuso <pablo@eurodev.net>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/netfilter/Makefile')
-rw-r--r-- | net/ipv4/netfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/netfilter/Makefile b/net/ipv4/netfilter/Makefile index 7c8ae858aa43..89cae69ee208 100644 --- a/net/ipv4/netfilter/Makefile +++ b/net/ipv4/netfilter/Makefile @@ -65,6 +65,7 @@ obj-$(CONFIG_IP_NF_MATCH_REALM) += ipt_realm.o obj-$(CONFIG_IP_NF_MATCH_ADDRTYPE) += ipt_addrtype.o obj-$(CONFIG_IP_NF_MATCH_PHYSDEV) += ipt_physdev.o obj-$(CONFIG_IP_NF_MATCH_COMMENT) += ipt_comment.o +obj-$(CONFIG_IP_NF_MATCH_STRING) += ipt_string.o # targets obj-$(CONFIG_IP_NF_TARGET_REJECT) += ipt_REJECT.o |