[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48FF614C.7020507@gmail.com>
Date: Wed, 22 Oct 2008 19:22:20 +0200
From: Jarek Poplawski <jarkao2@...il.com>
To: Ferenc Wagner <wferi@...f.hu>
CC: netdev@...r.kernel.org
Subject: Re: IP-less bridge as a martian source
Ferenc Wagner wrote, On 10/22/2008 05:00 PM:
> Ferenc Wagner <wferi@...f.hu> writes:
>
>> I expected an IP-less bridge interface to pick up no IP packets, but
>> apparently this isn't the case: broadcast packets with destination
>> address 255.255.255.255 are reported as martians by the 2.6.18
>> kernel, which I find counterintuitive (I know 2.6.18 is rather old,
>> but that's the one supported by Xen).
>>
>> 1. Is this the expected behaviour?
I think so, and this thread pertains to something similar:
http://marc.info/?l=linux-netdev&m=122456602708727&w=2
>>
>> 2. I tried to cut down the logs by explicit iptables drops, but
>> didn't succeed. Does martian detection happen before the
>> netfilter rules? (I know I can disable martian logging by
>> interface, but wanted finer granularity.)
It's after netfilter's PREROUTING. (BTW, it's also after ingress
qdisc where you can try some filtering.)
Jarek P.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists