How to test the ISO stack for basic local routing
       Ignatios Souvatzis, 20061204


make

on machine 1:
=============

ifconfig foo0 iso 121212
cltprx/cltprx

cltprx will report two bytes of "transport selector". Remember them.



on machine 2:
=============

ifconfig foo0 iso 343434
cltptx/cltptx 12 12 12 : ab cd

(replace ab cd by the transport selector the rx reported above).

"Hello world", plus some meta information, should appear on machine 1
as output of cltprx.

By now, or even before, you should see, btw., the equivalent of ARP
entries in both routing tables with "netstat -rf iso".



(Advanced test: set up a router in between, and put the machines on
different networks.)