[PATCH v2 3/3] ebtables: Add string filter

2018-03-20 Thread Bernie Harris
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 --- net/netfilter/xt_string.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH v2 3/3] ebtables: Add string filter

2018-03-30 Thread Pablo Neira Ayuso
On Wed, Mar 21, 2018 at 03:42:16PM +1300, Bernie Harris wrote: > 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. Also applied, thanks. -- To unsubscribe