From owner-freebsd-net Mon May 25 04:05:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA25568 for freebsd-net-outgoing; Mon, 25 May 1998 04:05:14 -0700 (PDT) (envelope-from owner-freebsd-net@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA25559 for ; Mon, 25 May 1998 04:05:09 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id EAA21621 for ; Mon, 25 May 1998 04:00:55 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd021619; Mon May 25 11:00:48 1998 Date: Mon, 25 May 1998 04:00:46 -0700 (PDT) From: Julian Elischer To: net@FreeBSD.ORG Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've just made two semantic changes to the IPFW/DIVERT code. (and fixed some genuine bugs) One, to allow reinjected pckets to specify the interface they wish to be 'received from' by name, rather than by IP (It turns out that IP addresses an be nonunique with P2P links), and the other to do the much discussed "restart processing at the rule after that that caused the divert". The first is transparent to current users but the second needs to be enabled with the option IPFW_DIVERT_RESTART. comments welcome. man page changes for the 2nd are not checked in. I'll do so if it becomes default. julian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message