[PATCH 0/1] UBUNTU: [karmic] Set NETFILTER configs the same for lpia, i386 and amd64
Brad Figg
brad.figg at canonical.com
Wed Apr 8 15:13:45 UTC 2009
Please pull from :
git://kernel.ubuntu.com/bradf/ubuntu-karmic master
The 'recent' module of iptables is broken on lpia because the kernel is
compiled without CONFIG_NETFILTER_XT_MATCH_RECENT. This is a regression
over Intrepid:
$ grep RECENT ./config-2.6.2*
./config-2.6.27-4-lpia:CONFIG_IP_NF_MATCH_RECENT=m
./config-2.6.28-11-lpia:# CONFIG_NETFILTER_XT_MATCH_RECENT is not set
$ cat /proc/version_signature
Ubuntu 2.6.28-11.40-lpia
$ sudo iptables -A INPUT -p tcp --dport 22 -m state --state NEW -m
recent --set
iptables: No chain/target/match by that name
Ufw uses this module when using the LIMIT command, which causes the
firewall to not load on boot due to iptables-restore failing. Ufw users
are only affected when using LIMIT rules.
The LPIA configuration was modifified to match the NETFILTER
configuration for amd64 and i386.
Brad Figg (1):
UBUNTU: [karmic] Set NETFILTER configs the same for lpia, i386 and
amd64
debian/config/lpia/config | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
More information about the kernel-team
mailing list