Skip to content

Commit

Permalink
netfilter: ebtables: Add string filter
Browse files Browse the repository at this point in the history
This patch is part of a proposal to add a string filter to
ebtables, which would be similar to the string filter in
iptables. Like iptables, the ebtables filter uses the xt_string
module.

Signed-off-by: Bernie Harris <bernie.harris@alliedtelesis.co.nz>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
  • Loading branch information
Bernie Harris authored and Pablo Neira Ayuso committed Mar 30, 2018
1 parent 39c202d commit 1be3ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/netfilter/xt_string.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ MODULE_DESCRIPTION("Xtables: string-based matching");
MODULE_LICENSE("GPL");
MODULE_ALIAS("ipt_string");
MODULE_ALIAS("ip6t_string");
MODULE_ALIAS("ebt_string");

static bool
string_mt(const struct sk_buff *skb, struct xt_action_param *par)
Expand Down

0 comments on commit 1be3ac9

Please sign in to comment.