From owner-cvs-all Mon Sep 27 1:40:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BC1414D38; Mon, 27 Sep 1999 01:40:37 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA70659; Mon, 27 Sep 1999 01:40:36 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199909270840.BAA70659@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 27 Sep 1999 01:40:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libalias alias_db.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/09/27 01:40:36 PDT Modified files: lib/libalias alias_db.c Log: Properly handle the case when either the aliasing or source address of the link are equal to the default aliasing address. Do not zero them! This will fix the problem with non-working links added with the source and/or aliasing address equal to the default aliasing address, but the default aliasing address is set later, after the link has been set up, like both natd(8) and ppp(8) do (for objective reasons). Reviewed by: Brian Somers , Eivind Eklund , Charles Mott Revision Changes Path 1.20 +67 -27 src/lib/libalias/alias_db.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message