Date: Mon, 10 Apr 1995 11:42:12 -0700 From: "Garrett A. Wollman" <wollman> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/mrouted config.c Message-ID: <199504101842.LAA17301@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
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 <tinguely@plains.NoDak.edu>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504101842.LAA17301>