ip_tables init broken
- From: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx>
- Date: Sat, 30 Dec 2006 18:14:35 +0100 (MET)
Hello,
when the ip_tables module is loaded automatically when inserting the
first rule, something gets screwed up, as -L -v -n shows:
17:39 ichi:~ # lsmod | grep ip_tables
17:39 ichi:~ # iptables -t mangle -A FORWARD -i eth1 -j MARK --set-mark 161
17:39 ichi:~ # iptables -t mangle -A FORWARD -i eth1 -j MARK --set-mark 161
17:39 ichi:~ # iptables -t mangle -L -v -n | grep eth1
p b targ pr opt in out src dst
0 0 MARK 0 -- eth1 * 0.0.0.0/0 0.0.0.0/0 0xa1
0 0 MARK 0 -- eth1 * 0.0.0.0/0 0.0.0.0/0 MARK set 0xa1
Everything is fine if ip_tables was loaded before.
This box runs 2.6.18.5. Can anyone confirm this bug?
-`J'
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: ip_tables init broken
- From: Sergey Vlasov
- Re: ip_tables init broken
- Prev by Date: Re: Oops in 2.6.19.1
- Next by Date: Re: [updated PATCH] remove 555 unneeded #includes of sched.h
- Previous by thread: [PATCH 3/2] fix flush_workqueue() vs CPU_DEAD race
- Next by thread: Re: ip_tables init broken
- Index(es):
Relevant Pages
- Re: ip_tables init broken
... p b targ pr opt in out src dst ... (Linux-Kernel) - Re: ip_tables init broken [fixd]
... p b targ pr opt in out src dst ... therefore the check was giving
bogus results). ... (Linux-Kernel)