Displaying 5 results from an estimated 5 matches for "ipt_string".
Did you mean:
opt_string
2006 Aug 02
0
[Bug 497] New: ipt_string doesn't ork for me
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=497
Summary: ipt_string doesn't ork for me
Product: iptables
Version: 1.3.5
Platform: All
OS/Version: Fedora
Status: NEW
Severity: normal
Priority: P2
Component: iptables
AssignedTo: laforge@netfilter.org
ReportedBy: maxim...
2006 Aug 04
11
[Bug 497] ipt_string doesn't ork for me
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=497
------- Additional Comments From netfilter@linuxace.com 2006-08-04 04:37 MET -------
Created an attachment (id=259)
--> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=259&action=view)
proposed patch
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving
2003 Jul 17
0
[Bug 112] New: String Match GCC 3.3 errors
...Severity: minor
Priority: P2
Component: unknown
AssignedTo: laforge@netfilter.org
ReportedBy: giffordj@linkline.com
CC: netfilter-buglog@lists.netfilter.org
When compiling kernel with string matching, I receive the following error from
GCC 3.3.
ipt_string.c: In function `search_sublinear':
ipt_string.c:53: warning: subscript has type `char'
ipt_string.c:78: warning: subscript has type `char'
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
2003 Mar 20
6
[Bug 68] Kernel panic
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=68
------- Additional Comments From laforge@netfilter.org 2003-03-20 10:55 -------
This looks strange.
The BUG in slab.c tells us that there is a GFP_ATOMIC missing. This means that
we are allocating kernel memory from softirq context with only GFP_KERNEL.
If I understand your backtrace correctly, what happens is:
- you are
2002 May 27
4
htb3 with imq
...l/net/ipv4/netfilter/
ip_conntrack_egg.o iptable_nat.o ipt_MARK.o ipt_REDIRECT.o
ip_conntrack_ftp.o ip_tables.o ipt_MASQUERADE.o ipt_REJECT.o
ip_conntrack_h323.o ipt_ah.o ipt_MIRROR.o ipt_state.o
ip_conntrack_irc.o ipt_conntrack.o ipt_mport.o ipt_string.o
ip_conntrack.o ipt_dscp.o ipt_multiport.o ipt_tcpmss.o
ip_conntrack_rpc_tcp.o ipt_DSCP.o ipt_NETLINK.o ipt_TCPMSS.o
ip_conntrack_rpc_udp.o ipt_esp.o ipt_nth.o ipt_time.o
ip_nat_ftp.o ipt_helper.o ipt_owner.o ipt_tos.o
ip_nat_h...