Fix generic BSD tun device to write only the actual packet length.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 5 Jan 2007 04:49:02 +0000 (04:49 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 5 Jan 2007 04:49:02 +0000 (04:49 +0000)
commit5214ece03009a916159c710cf436af1e92909f41
treeaf2b922b141c03d72b7b5675dc715ce136e2b2af
parent40f02ff8eee359dc0ccc898f8da319f56af161ad
Fix generic BSD tun device to write only the actual packet length.
Due to a copy&paste bug, it tried to write a packet with the maximum size.
This was not a problem until the maximum size was increased to support VLANs.
src/bsd/device.c