]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
Check for correct first nibble
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 20 Apr 2018 03:30:22 +0000 (05:30 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 20 Apr 2018 04:51:28 +0000 (06:51 +0200)
commitf5c256affdecc50ecf485b7ad54986ebb17e783a
tree780151889f7f23daa25be5656f0ffeaf0b093fee
parent4973ea0c9e6c8fd7093e8c1848533697d6b02a69
Check for correct first nibble

The code before assumed that the flow label was always zero.
tun_linux.go