chiark / gitweb /
uslip: New program providing a fake SLIP interface.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 8 Dec 2008 12:11:20 +0000 (12:11 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 8 Dec 2008 20:11:32 +0000 (20:11 +0000)
commit49f86fe47a4da6219516d0fc28feaa0054abebe8
treed933768ad6510c32538e53f18e2421757be3cfcc
parent10f681b1faa30ad9293a4fb87e6920142318f429
uslip: New program providing a fake SLIP interface.

This is useful for doing testing on a single machine.  We'll work out
how to test the system-specific tunnel drivers later, but that really
will need multiple machines.
Makefile.am
common/Makefile.am
configure.ac
debian/.gitignore
debian/control
debian/tripe-uslip.install [new file with mode: 0644]
uslip/Makefile.am [new file with mode: 0644]
uslip/tripe-uslip.1.in [new file with mode: 0644]
uslip/uslip.c [new file with mode: 0644]