The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* ipt_MARK/xt_MARK usage problem
@ 2006-08-22  6:21 Jan Engelhardt
  2006-08-22  6:29 ` Patrick McHardy
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Engelhardt @ 2006-08-22  6:21 UTC (permalink / raw)
  To: Linux Kernel Mailing List, netfilter

Hello,


kernel 2.6.17 ships with xt_MARK, but iptables 1.3.5 still uses ipt_MARK. 
In essence, I cannot use `iptables -j MARK` giving me 

# iptables -A INPUT -j MARK --set-mark 1
iptables: Unknown error 4294967295

I have seen this before and the problem behind this strange error (-1) is 
that the .targetsize/.matchsize variables in the kernel modules do not 
match their userspace parts.

However, this time it seems to be something different:

# iptables -t mangle -A INPUT -j MARK --set-mark 1

Works without problems. Am I missing something?
How do I get MARK back to work in -t filter -- possibly without hacking in 
xt_MARK.c?




Jan Engelhardt
-- 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-08-22  9:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-22  6:21 ipt_MARK/xt_MARK usage problem Jan Engelhardt
2006-08-22  6:29 ` Patrick McHardy
2006-08-22  6:31   ` Jan Engelhardt
2006-08-22  6:38     ` Patrick McHardy
2006-08-22  9:17       ` Jan Engelhardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox