- Split tap device stuff out of net.[ch]
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 12 Oct 2001 15:16:03 +0000 (15:16 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 12 Oct 2001 15:16:03 +0000 (15:16 +0000)
commitec34f25228d7a0007ce6bcb1e97f263868e9129d
tree5e96983f58f01b1c2b0ddf43849c90dcce6a8f34
parent0bbace18e96cd6fc32dfa23ffd55f73ff96e8c6f
- Split tap device stuff out of net.[ch]
- Each OS gets it's own device.c to get rid of evil #ifdefs.
- Cleaned up Linux ethertap and tun/tap handling.
src/device.h [new file with mode: 0644]
src/linux/device.c [new file with mode: 0644]