Change protocol type

This commit is contained in:
Iurii Egorov 2023-11-29 22:22:06 +03:00
parent d48157dac1
commit a1551010e5
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
/* wireguard.h netlink uapi: */ /* wireguard.h netlink uapi: */
#define WG_GENL_NAME "amnezia" #define WG_GENL_NAME "amneziawg"
#define WG_GENL_VERSION 1 #define WG_GENL_VERSION 1
enum wg_cmd { enum wg_cmd {

View file

@ -131,7 +131,7 @@
#ifndef _WG_UAPI_WIREGUARD_H #ifndef _WG_UAPI_WIREGUARD_H
#define _WG_UAPI_WIREGUARD_H #define _WG_UAPI_WIREGUARD_H
#define WG_GENL_NAME "amnezia" #define WG_GENL_NAME "amneziawg"
#define WG_GENL_VERSION 1 #define WG_GENL_VERSION 1
#define WG_KEY_LEN 32 #define WG_KEY_LEN 32