On Thu, Oct 30, 2014 at 09:31:56AM +0100, Ana Rey wrote: > There are some differences between error messages in iptables and > iptables-compat: > > # iptables -C INPUT -s 192.168.2.102 -j ACCEPT > iptables: Bad rule (does a matching rule exist in that chain?). > # iptables-compat -C INPUT -s 192.168.2.102 -j ACCEPT > iptables: No chain/target/match by that name. > > # iptables -N new_chain > # iptables -N new_chain > iptables: Chain already exists. > # iptables-compat -N new_chain > # iptables-compat -N new_chain > iptables: File exists. > > Now, iptables-compat shows the same error messages than iptables in > those cases. Applied, thanks Ana. -- 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