K 10 svn:author V 7 wollman K 8 svn:date V 27 1995-04-10T18:42:10.000000Z K 7 svn:log V 415 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 END