5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-12-24 15:05:40 +00:00
yggdrasil-go/src/tuntap
Neil Alexander b9f35c5530
Return ICMPv6 Destination Unreachable for unknown destinations (#748)
* Return ICMPv6 Destination Unreachable for unknown destinations

* Update go.mod/go.sum for yggdrasil-extras

* go mod tidy
2020-12-06 19:47:25 +00:00
..
admin.go Accept some golint suggestions (#690) 2020-09-27 14:42:46 +01:00
ckr.go fix incorrectly held mutex in ckr getPublicKeyForAddress 2019-10-20 20:00:55 -05:00
conn.go eliminate most sync.Pool use, gives a safer but slightly slower interface 2020-05-02 06:44:51 -05:00
icmpv6.go Drop Water, use Wireguard tun library, drop TAP support 2019-11-22 16:43:50 +00:00
iface.go Return ICMPv6 Destination Unreachable for unknown destinations (#748) 2020-12-06 19:47:25 +00:00
tun_bsd.go Unify MTU datatypes across the codebase 2020-01-05 18:01:22 +00:00
tun_darwin.go Unify MTU datatypes across the codebase 2020-01-05 18:01:22 +00:00
tun_linux.go Unify MTU datatypes across the codebase 2020-01-05 18:01:22 +00:00
tun_other.go Fix bad Name() calls 2019-11-22 18:39:27 +00:00
tun_windows.go Unify MTU datatypes across the codebase 2020-01-05 18:01:22 +00:00
tun.go Update tuntap module, return pointers 2020-02-16 23:21:58 +00:00