K 10 svn:author V 5 decke K 8 svn:date V 27 2019-04-23T12:33:44.799547Z K 7 svn:log V 326 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 END