Import of XNSrouted from ftp.uu.net bsd-sources, compiles and installs,
authorRod Grimes <rgrimes@FreeBSD.org>
Tue, 7 Sep 1993 14:13:28 +0000 (14:13 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Tue, 7 Sep 1993 14:13:28 +0000 (14:13 +0000)
commit18916298e08bbfd4a9e3b9f95b47bad48ae10c7b
treed66889d4af3445fb8c4287eec48f9ace52bae3b1
parent54be7cf85b963c9328b259f9ca75e4734ed5f1e3
Import of XNSrouted from ftp.uu.net bsd-sources, compiles and installs,
not sure how well it works since I don't have XNS up and running yet.
36 files changed:
sbin/XNSrouted/Makefile [new file with mode: 0644]
sbin/XNSrouted/XNSrouted.8 [new file with mode: 0644]
sbin/XNSrouted/af.c [new file with mode: 0644]
sbin/XNSrouted/af.h [new file with mode: 0644]
sbin/XNSrouted/defs.h [new file with mode: 0644]
sbin/XNSrouted/if.c [new file with mode: 0644]
sbin/XNSrouted/input.c [new file with mode: 0644]
sbin/XNSrouted/interface.h [new file with mode: 0644]
sbin/XNSrouted/main.c [new file with mode: 0644]
sbin/XNSrouted/output.c [new file with mode: 0644]
sbin/XNSrouted/protocol.h [new file with mode: 0644]
sbin/XNSrouted/startup.c [new file with mode: 0644]
sbin/XNSrouted/table.h [new file with mode: 0644]
sbin/XNSrouted/tables.c [new file with mode: 0644]
sbin/XNSrouted/timer.c [new file with mode: 0644]
sbin/XNSrouted/tools/query.c [new file with mode: 0644]
sbin/XNSrouted/trace.c [new file with mode: 0644]
sbin/XNSrouted/trace.h [new file with mode: 0644]
usr.sbin/XNSrouted/Makefile [new file with mode: 0644]
usr.sbin/XNSrouted/XNSrouted.8 [new file with mode: 0644]
usr.sbin/XNSrouted/af.c [new file with mode: 0644]
usr.sbin/XNSrouted/af.h [new file with mode: 0644]
usr.sbin/XNSrouted/defs.h [new file with mode: 0644]
usr.sbin/XNSrouted/if.c [new file with mode: 0644]
usr.sbin/XNSrouted/input.c [new file with mode: 0644]
usr.sbin/XNSrouted/interface.h [new file with mode: 0644]
usr.sbin/XNSrouted/main.c [new file with mode: 0644]
usr.sbin/XNSrouted/output.c [new file with mode: 0644]
usr.sbin/XNSrouted/protocol.h [new file with mode: 0644]
usr.sbin/XNSrouted/startup.c [new file with mode: 0644]
usr.sbin/XNSrouted/table.h [new file with mode: 0644]
usr.sbin/XNSrouted/tables.c [new file with mode: 0644]
usr.sbin/XNSrouted/timer.c [new file with mode: 0644]
usr.sbin/XNSrouted/tools/query.c [new file with mode: 0644]
usr.sbin/XNSrouted/trace.c [new file with mode: 0644]
usr.sbin/XNSrouted/trace.h [new file with mode: 0644]