amnezia-vpn / amneziawg-linux-kernel-module

AmneziaWG Linux kernel module
https://www.wireguard.com
GNU General Public License v2.0
57 stars 11 forks source link

Could not be compiled. #2

Closed vztmaster closed 6 months ago

vztmaster commented 10 months ago

Could not be compiled.

error: ‘struct sk_buff’ has no member named ‘headers’; did you mean ‘head’? 82 | memset(&skb->headers, 0, sizeof(skb->headers)); | ^~~ | head /home/adm01/awg-linux-kernel-module/src/queueing.h:82:46: error: ‘struct sk_buff’ has no member named ‘headers’; did you mean ‘head’? 82 | memset(&skb->headers, 0, sizeof(skb->headers)); | ^~~ | head make[2]: [scripts/Makefile.build:297: /home/adm01/awg-linux-kernel-module/src/main.o] Error 1 make[1]: [Makefile:1909: /home/adm01/awg-linux-kernel-module/src] Error 2 make: *** [Makefile:26: module] Error 2

leninalive commented 6 months ago

Please try compilation from master branch once again, this should be working now.