From owner-cvs-all Fri Sep 29 3:51: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2D6337B42C; Fri, 29 Sep 2000 03:50:17 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA64993; Fri, 29 Sep 2000 03:50:17 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200009291050.DAA64993@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 29 Sep 2000 03:50:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/route route.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/09/29 03:50:12 PDT Modified files: sbin/route route.c Log: Interpret the address argument as network-type address for `destination' argument only. Before that, the `route add default gateway' first tried the `gateway' as network address and passed its name to getnetbyname(3), which in the BIND resolution case does the T_PTR lookup on that name. Revision Changes Path 1.42 +13 -14 src/sbin/route/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message