From a1551010e51050c3f2b8133bd35060864a75c160 Mon Sep 17 00:00:00 2001 From: Iurii Egorov Date: Wed, 29 Nov 2023 22:22:06 +0300 Subject: [PATCH] Change protocol type --- contrib/embeddable-wg-library/wireguard.c | 2 +- src/uapi/linux/linux/wireguard.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/embeddable-wg-library/wireguard.c b/contrib/embeddable-wg-library/wireguard.c index 012e887..c905b17 100644 --- a/contrib/embeddable-wg-library/wireguard.c +++ b/contrib/embeddable-wg-library/wireguard.c @@ -26,7 +26,7 @@ /* wireguard.h netlink uapi: */ -#define WG_GENL_NAME "amnezia" +#define WG_GENL_NAME "amneziawg" #define WG_GENL_VERSION 1 enum wg_cmd { diff --git a/src/uapi/linux/linux/wireguard.h b/src/uapi/linux/linux/wireguard.h index 5cba5a4..afa4128 100644 --- a/src/uapi/linux/linux/wireguard.h +++ b/src/uapi/linux/linux/wireguard.h @@ -131,7 +131,7 @@ #ifndef _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_KEY_LEN 32