netfilter-0.90-3

Rusty Russell rusty@linuxcare.com.au
Wed, 01 Mar 2000 14:42:15 +1100


In message <38BBEA63.CB6925E3@arcormail.de> you write:
> Everything looked fine but in var/log/messages I received:
> 
> kernel: VIA out mismatch (eth0 vs lo)
> and
> kernel: VIA in mismatch (eth0 vs lo).

Hi Joerg!

Sorry, I accidentally left the debug defines in
packet-filter/kernel/iptables.c:

	#define DEBUG_IP_FIREWALL
	/*#define DEBUG_ALLOW_ALL*/ /* Useful for remote debugging */
	#define DEBUG_IP_FIREWALL_USER

Should be:

	/*#define DEBUG_IP_FIREWALL*/
	/*#define DEBUG_ALLOW_ALL*/ /* Useful for remote debugging */
	/*#define DEBUG_IP_FIREWALL_USER*/

Thanks for the bug report! (1 point),
Rusty.
--
Hacking time.