30 Jun 2012 14:09
problems with iproute2 m_xt again...
Andreas Henriksson <andreas <at> fatal.se>
2012-06-30 12:09:39 GMT
2012-06-30 12:09:39 GMT
Hello! Mailing you in hope that you could help out with the xt module of iproute2 tc once more, as you've done in the past.... It seems to be broken again. sigh. amd64:~# iptables -nL | grep test Chain test (0 references) amd64:~# tc filter add dev fon parent ffff: protocol ip prio 10 u32 action xt -j test failed to find target test bad action parsing parse_action: bad value (3:xt)! Illegal "action" amd64:~# And maybe even more interesting is when I try to use a built-in chain like DROP: amd64:~# tc filter add dev fon parent ffff: protocol ip prio 10 u32 action xt -j DROP tablename: mangle hook: NF_IP_PRE_ROUTING Segmentation fault amd64:~# (gdb) set args filter add dev fon parent ffff: protocol ip prio 10 u32 action xt -j DROP (gdb) run Starting program: /home/gem/opt/pkg-iproute/iproute/tc/tc filter add dev fon parent ffff: protocol ip prio 10 u32 action xt -j DROP tablename: mangle hook: NF_IP_PRE_ROUTING Program received signal SIGSEGV, Segmentation fault. 0x0000000000000000 in ?? ()(Continue reading)
RSS Feed