Comment 6 for bug 982961

Revision history for this message
Ilya Voronin (ivoronin) wrote :

Its easy to build your own:

$ apt-get build-dep iptables
$ apt-get build-dep iptables
$ wget https://launchpadlibrarian.net/104349144/xtables-lm-noasneeded.patch
$ cd iptables-1.4.12
$ quilt import ../xtables-lm-noasneeded.patch
$ quilt push -a
$ dpkg-buildpackage -b
$ cd ..
$ sudo dpkg -i iptables_1.4.12-1ubuntu4_amd64.deb
$ echo "iptables hold" | sudo dpkg --set-selections