On Sun, Sep 30, 2012 at 12:22:09PM +0200, Jan Engelhardt wrote: > Specifying -S on the command line would add 4096 (0x1000, 1<<12) to the > cmd flags, but -S was in fact commands_v_options[13]. This led to a > bogus option checking and an error message: > > $ iptables -A foo -S > iptables v1.4.14: Cannot use -E with -A Are you fixing old bugs? This works here: # iptables -A foo -S iptables v1.4.15: Cannot use -S with -A Try `iptables -h' or 'iptables --help' for more information. See: http://git.netfilter.org/cgi-bin/gitweb.cgi?p=iptables.git;a=commit;h=067a9baf6dc82babe466078ab3c05354c7741271 > References: http://bugs.debian.org/642173 > Signed-off-by: Jan Engelhardt <jengelh@xxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html