1. Ensure that /lib/ndb/local has an entry
	udp=route	port=520

2. Put the source in some convenient place

3. mk installall
   cp routed.man /sys/man/8/routed

4. invoke it from cpurc after ipconfig:
	ip/routed &
   (but note the example in the manual page)

You can test it by running it outside cpurc, perhaps with the -d
option to see how it does.

forsyth@plan9.cs.york.ac.uk