| non port: net/wireguard-go/files/patch-bb42ec7d185ab5f5cd3867ac1258edff86b7f307 |
Number of commits found: 1 |
|
Tuesday, 23 Apr 2019
|
12:33 decke
net/wireguard:
work around numerous kernel panics on shutdown in tun(4)
There are numerous race conditions. But even this will crash it:
while true; do ifconfig tun0 create; ifconfig tun0 destroy; done
It seems like LLv6 is related, which we're not using anyway, so
explicitly disable it on the interface.
PR: 233955
 |
Number of commits found: 1 |