On 27.12.2012 07:25, Born Without wrote:
Hello list! # $IPTABLES -N FOO # $IPTABLES -A FOO -p tcp --dport 445 -m osf --genre Windows --ttl 1 --log 1 # $IPTABLES -S FOO -N FOO -A FOO -p tcp -m tcp --dport 445 -m osf --genre Windows kernel: 3.2.35 iptables: 1.4.16.3 iptables -[L|S] and iptables-save seem to miss the --ttl and --log options. Therefore on restore, those settings get omitted. Looks like a bug to me!? If so, should I report it to some bug-tracker or so?
Another thing I noticed is, that if negation (!) is used on the --genre option, iptables -S or iptables-save position the negation wrong i.e:
-A PROBERS -p tcp -m osf --genre ! Windows -j SET --add-set other_probers src
-- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html