From owner-cvs-all Wed May 27 23:34:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11455 for cvs-all-outgoing; Wed, 27 May 1998 23:34:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11367; Wed, 27 May 1998 23:34:28 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA20270; Wed, 27 May 1998 23:28:50 -0700 (PDT) Date: Wed, 27 May 1998 23:28:50 -0700 (PDT) Message-Id: <199805280628.XAA20270@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_divert.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/05/27 23:28:50 PDT Modified files: (Branch: RELENG_2_2) sys/netinet ip_divert.c Log: MFC: rev 1.25 Stash more state into the diversion routing information. Allow the user agent to specify a "receive" interface by name as well as by address. Use this in the default case. This is because more than one interface can have the same address in the case of P2P links. Should be compatible with old clients. Revision Changes Path 1.1.2.7 +49 -7 src/sys/netinet/ip_divert.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message