[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090806115035.42a22dfc@azure>
Date: Thu, 6 Aug 2009 11:50:35 +0300
From: Sergey Popov <popov_sergey@....net>
To: netdev@...r.kernel.org
Subject: some bug in iproute2
# tc f add dev eth0 parent 1: proto ip prio 2 u32 match u32 0 0 action ipt -j MARK --set-mark 1
/usr/lib64/iptables/libipt_mark.so: cannot open shared object file: No such file or directory
failed to find target MARK
bad action parsing
parse_action: bad value (5:ipt)!
Illegal "action"
But mark target is compiled in kernel (not a module)
# iptables -t mangle -A PREROUTING -i eth1 -j MARK --set-mark 1
# iptables -t mangle -L PREROUTING
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
MARK all -- anywhere anywhere MARK xset
0x1/0xffffffff
This shouldn't be.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists