Date: Mon, 9 Oct 2000 16:10:27 -0400 From: Bill Fumerola <billf@chimesnet.com> To: achilov@granch.ru Cc: freebsd-ipfw@freebsd.org Subject: Re: FWD rules Message-ID: <20001009161027.M38472@jade.chc-chimes.com> In-Reply-To: <39E1A709.CAC1A5B7@sentry.granch.ru>; from shelton@sentry.granch.ru on Mon, Oct 09, 2000 at 06:07:53PM %2B0700 References: <39E1A709.CAC1A5B7@sentry.granch.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 09, 2000 at 06:07:53PM +0700, Rashid N. Achilov wrote:
> When the packet match the "fwd" rule, search terminates or to it apply
> next rules? (I still about my problem...)
case IP_FW_F_FWD:
if (next_hop != NULL /* Make sure, first... */
&& (q == NULL || direction == MATCH_FORWARD) )
*next_hop = &(f->fw_fwd_ip);
return(0); /* Allow the packet */
Packet is manipulated and then allowed. The result of the manipulation
is that it gets forwarded.
So the answer is "the search terminates".
--
Bill Fumerola - Network Architect, BOFH / Chimes, Inc.
billf@chimesnet.com / billf@FreeBSD.org
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ipfw" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001009161027.M38472>
