From owner-cvs-usrsbin Mon Apr 10 11:42:20 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA17327 for cvs-usrsbin-outgoing; Mon, 10 Apr 1995 11:42:20 -0700 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA17301 ; Mon, 10 Apr 1995 11:42:12 -0700 Date: Mon, 10 Apr 1995 11:42:12 -0700 From: "Garrett A. Wollman" Message-Id: <199504101842.LAA17301@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/mrouted config.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk wollman 95/04/10 11:42:12 Modified: usr.sbin/mrouted config.c Log: there is a endian problem when setting up tunnel and phyint boundaries in the mrouted. inet_parse returns network byte ordered address, but there are a couple comaprisons that need to be done on the addresses and the comparisons are done in host order. I left the comparisions for 0xffffffff alone, because this value is the same in network and host orders. Submitted by: Mark Tinguely