From owner-cvs-all Wed Jun 13 6:25:25 2001 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 E9FB937B407; Wed, 13 Jun 2001 06:25:11 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5DDPBU99464; Wed, 13 Jun 2001 06:25:11 -0700 (PDT) (envelope-from ru) Message-Id: <200106131325.f5DDPBU99464@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 13 Jun 2001 06:25:10 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/06/13 06:25:10 PDT Modified files: sbin/route route.c Log: Forced commit. Revision 1.50 stated that it fixed the -iface breakage introduced with the latest KAME merge in revision 1.48. Actually, revision 1.48 fixed the bug in revision 1.12 which incorrectly tested the ifr_flags member of the ifreq structure filled by ioctl(SIOCGIFCONF); ifr_flags is only valid in the SIOCGIFFLAGS case. But yes, we still want to be able to specify the interface name as the gateway for non-P2P interfaces. Revision Changes Path 1.52 +1 -1 src/sbin/route/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message