summaryrefslogtreecommitdiff
path: root/sys/net/if_tun.h
AgeCommit message (Collapse)Author
1998-08-02#define TUNMRU as 16384 and allow incoming packetsbrian
of up to this size rather than restricting them based on our MTU.
1998-06-26convert DLT_LOOP header to network-order u_int32_tTheo de Raadt
1997-08-02pass address family as host-byte-order u_int32_t. this fixes bpf. add aTheo de Raadt
note to the bottom of tun.4 to indicate that this is a binary incompatibility with older versions, and describe all 3 revisions this has gone through. everyone -- recompile your code that uses tun.
1997-07-29indentTheo de Raadt
1996-05-16drom NetBSD PR#2411:Michael Shalayeff
add bcast support, do if_flags setable, minor cleanup.
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-02-20bug fixes, speedups. multiple AFs support.Michael Shalayeff
bpf fixes.
1995-10-18initial import of NetBSD treeTheo de Raadt