Comment 3 for bug 1020598

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

While I have the upload prepared, it seems that compiling it on 12.10 causes weird iptables-restore errors. Attached is the reproducer.

With 1.4.12-1ubuntu4:
$ sudo sh /tmp/ipt-bug.sh
Flushing chains
Adding '-A INPUT -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix [FOOBAR]'
iptables-save > /tmp/save
cat /tmp/save | iptables-restore
Searching for rule:
ok

With pending 1.4.12-2ubuntu1:
$ sudo sh /tmp/ipt-bug.sh Flushing chains
Adding '-A INPUT -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix [FOOBAR]'
iptables-save > /tmp/save
cat /tmp/save | iptables-restore
Searching for rule:
FAIL