Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2002 10:34:58 -0700 (PDT)
From:      Julian Elischer <julian@elischer.org>
To:        redjade@atropos.snu.ac.kr
Cc:        freebsd-net@freebsd.org
Subject:   Re: divert part is missing in bridge?
Message-ID:  <Pine.BSF.4.21.0205011032210.72710-100000@InterJet.elischer.org>
In-Reply-To: <20020502014111.A25698@ada.snu.ac.kr>

next in thread | previous in thread | raw e-mail | index | archive | help
you are correct..
diversion is difficult because returned packets are handed tothe IPinout
code which is obviously wrong for a bridged packet..

It's nto so complicated code however, so you may consider fully
understanding the problem and solving it if you want a project :-)


On Thu, 2 May 2002, Kyunghwan Kim wrote:

> I made a bridge with two NICs and configured natd-ipfw stuff.
> Then message below was seen.
> 	"/kernel: bdg_forward: No rules match, so dropping packet!"
> 
> Comments in bdg_forward() in bridge.c say that
>         /*
>          * XXX add divert/forward actions... 
>          */ 
> Routine that handles diverted packets in bridge is not yet implemented?
> 
> Regards,
> Kyunghwan Kim
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-net" in the body of the message
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0205011032210.72710-100000>