Set BSD tuns to broadcast mode. On OpenBSD, this enables IPv6 on the tun device!
This commit is contained in:
parent
2369b0ab09
commit
d8fe2ecdd8
3 changed files with 25 additions and 5 deletions
4
have.h
4
have.h
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue