Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 May 1997 13:23:29 -0700 (PDT)
From:      Archie Cobbs <archie@whistle.com>
To:        archie@whistle.com (Archie Cobbs)
Cc:        karpen@ocean.campus.luth.se, danny@panda.hilink.com.au, current@FreeBSD.ORG, hackers@FreeBSD.ORG
Subject:   Re: divert still broken?
Message-ID:  <199705062023.NAA18578@bubba.whistle.com>
In-Reply-To: <199705061722.KAA16510@bubba.whistle.com> from Archie Cobbs at "May 6, 97 10:22:05 am"

next in thread | previous in thread | raw e-mail | index | archive | help

> Proposal:
> 
> 	deny			: drop silently (same as before)
> 	reject			: send ICMP unreachable (same as before)
> 
> 	drop			: alias for "deny"
> 	reset			: send RST (TCP only)
> 	unreach X		: (0 <= X <= 15) send ICMP unreach, code = X
> 	unreach net		: alias for "reject 0"
> 	unreach host		: alias for "reject 1"
> 	unreach protocol	: alias for "reject 2"
> 	unreach port		: alias for "reject 3"
> 	unreach needfrag	: alias for "reject 4"
> 
> 	    ...
> 
> 	unreach filter-prohib	: alias for "reject 13"
> 	unreach host-precedence	: alias for "reject 14"
> 	unreach precedence-cutoff:alias for "reject 15"

Oops.. braindead.. those aliases are all for "unreach XX", not "reject XX" .

-Archie

___________________________________________________________________________
Archie Cobbs   *   Whistle Communications, Inc.  *   http://www.whistle.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705062023.NAA18578>