From owner-cvs-all Tue Nov 23 14:30:31 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 321D215444; Tue, 23 Nov 1999 14:30:27 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA41119; Tue, 23 Nov 1999 14:30:02 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199911232230.OAA41119@freefall.freebsd.org> From: Brian Somers Date: Tue, 23 Nov 1999 14:30:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net route.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/11/23 14:30:02 PST Modified files: sys/net route.c Log: Only emit the ``wrong ifa'' message if the matching interface is neither IFF_LOOPBACK or IFF_POINTOPOINT. It's quite common (and probably more correct) to route local IP numbers via lo0 and it makes configuration easier to assign the hostname address to local POINTOPOINT links too. This message usually remains hidden because the loopback interface gets the highest interface number at boot time, but when the ethernet interface is added later, the message can get pretty annoying. Also, fix a typo. Not objected to by: freebsd-net Revision Changes Path 1.55 +6 -4 src/sys/net/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message