Set BSD tuns to broadcast mode. On OpenBSD, this enables IPv6 on the tun device!

This commit is contained in:
Guus Sliepen 2004-11-10 23:20:59 +00:00
parent 2369b0ab09
commit d8fe2ecdd8
3 changed files with 25 additions and 5 deletions

4
have.h
View file

@ -96,6 +96,10 @@
#include <net/if.h>
#endif
#ifdef HAVE_NET_IF_TYPES_H
#include <net/if_types.h>
#endif
#ifdef HAVE_NET_IF_TUN_H
#include <net/if_tun.h>
#endif