freebsd-dev/usr.sbin/mrouted
Garrett Wollman fe9140c204 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>
1995-04-10 18:42:10 +00:00
..
common Make it compile and (except for mrouted which is untested as yet) run. 1994-09-08 02:51:37 +00:00
map-mbone Fix paths of dump files and PID file. 1995-03-31 21:16:59 +00:00
mrinfo Fix paths of dump files and PID file. 1995-03-31 21:16:59 +00:00
mrouted Make it compile and (except for mrouted which is untested as yet) run. 1994-09-08 02:51:37 +00:00
mtrace Make it compile and (except for mrouted which is untested as yet) run. 1994-09-08 02:51:37 +00:00
callout.c mrouted from multicast 3.3 distribution 1994-09-08 00:26:13 +00:00
config.c there is a endian problem when setting up tunnel and phyint boundaries 1995-04-10 18:42:10 +00:00
defs.h Make it compile and (except for mrouted which is untested as yet) run. 1994-09-08 02:51:37 +00:00
dvmrp.h mrouted from multicast 3.3 distribution 1994-09-08 00:26:13 +00:00
igmp.c This set of patches enables IP multicasting to work under FreeBSD. I am 1995-03-16 16:25:55 +00:00
inet.c mrouted from multicast 3.3 distribution 1994-09-08 00:26:13 +00:00
kern.c mrouted from multicast 3.3 distribution 1994-09-08 00:26:13 +00:00
LICENSE mrouted from multicast 3.3 distribution 1994-09-08 00:26:13 +00:00
main.c Fix paths of dump files and PID file. 1995-03-31 21:16:59 +00:00
Makefile Make it compile and (except for mrouted which is untested as yet) run. 1994-09-08 02:51:37 +00:00
Makefile.inc Make it compile and (except for mrouted which is untested as yet) run. 1994-09-08 02:51:37 +00:00
map-mbone.8 Forgot to add these two. 1995-03-31 21:18:13 +00:00
mapper.c Make it compile and (except for mrouted which is untested as yet) run. 1994-09-08 02:51:37 +00:00
mrinfo.8 Forgot to add these two. 1995-03-31 21:18:13 +00:00
mrinfo.c Make it compile and (except for mrouted which is untested as yet) run. 1994-09-08 02:51:37 +00:00
mrouted.8 Fix paths of dump files and PID file. 1995-03-31 21:16:59 +00:00
mrouted.conf mrouted from multicast 3.3 distribution 1994-09-08 00:26:13 +00:00
mtrace.c Make it compile and (except for mrouted which is untested as yet) run. 1994-09-08 02:51:37 +00:00
prune.c This set of patches enables IP multicasting to work under FreeBSD. I am 1995-03-16 16:25:55 +00:00
prune.h mrouted from multicast 3.3 distribution 1994-09-08 00:26:13 +00:00
route.c mrouted from multicast 3.3 distribution 1994-09-08 00:26:13 +00:00
route.h mrouted from multicast 3.3 distribution 1994-09-08 00:26:13 +00:00
vif.c Make it compile and (except for mrouted which is untested as yet) run. 1994-09-08 02:51:37 +00:00
vif.h mrouted from multicast 3.3 distribution 1994-09-08 00:26:13 +00:00