Re: [BUGS?: 2.6.0test4] iptables and tc problems

From: Patrick McHardy
Date: Mon Sep 01 2003 - 07:47:06 EST


Nico Schottelius wrote:

Then trying to match the ftp connections
bruehe:~# iptables -A OUTPUT -m owner --uid-owner 0 -j ACCEPT iptables: Invalid argument
bruehe:~# iptables -t mangle -A POSTROUTING -o ppp0 -m owner --uid-owner 1001 -j MARK --set-mark 55
iptables: Invalid argument

Why does iptables or the kernel not accept that?


There was a change in the owner match some (long) time ago which
broke the ABI. You probably need to recompile iptables.

Regards,
Patrick

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/