VS
жалоб, вроде, шибко тоже нет
Size: a a a
VS
Аа
D
*
D
*
*
*
3.10.0-1160.25.1.rt56.1162.el7.x86_64
).ko
)wg-quick up wg0
[#] ip link add wg0 type wireguard
RTNETLINK answers: Operation not supported
Unable to access interface: Protocol not supported
[#] ip link delete dev wg0
Cannot find device "wg0"
*
*
*
AS [M] /var/lib/dkms/wireguard/1.0.20210424/build/crypto/zinc/chacha20/chacha20-x86_64.o
/var/lib/dkms/wireguard/1.0.20210424/build/crypto/zinc/chacha20/chacha20-x86_64.o: warning: objtool: chacha20_avx512vl()+0x35: can't find jump dest instruction at .text+0x1f3f
/var/lib/dkms/wireguard/1.0.20210424/build/socket.c: In function ‘send6’:
/var/lib/dkms/wireguard/1.0.20210424/build/socket.c:139:18: error: ‘const struct ipv6_stub’ has no member named ‘ipv6_dst_lookup_flow’
dst = ipv6_stub->ipv6_dst_lookup_flow(sock_net(sock), sock, &fl,
^
make[1]: *** [/var/lib/dkms/wireguard/1.0.20210424/build/socket.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [_module_/var/lib/dkms/wireguard/1.0.20210424/build] Error 2
*
OI
*
*
In /usr/src/wireguard-1.0.20200623/socket.c, add these two lines after the #include's:
#undef ipv6_dst_lookup_flow
#define ipv6_dst_lookup_flow(a, b, c, d) ipv6_dst_lookup(a, b, &dst, c) + (void *)0 ?: dst
*
*
OI
*
*