On IRC I have heard that MIPS has multiple ABIs; as far as modern Linux is concerned, I think you may be running into: o32, n32, n64.
Your kernel is probably n64 (and its compat companion is n32), but your iptables is o32. Can you check with the file(1) utility and/or readelf(1)? -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

