From a6328e51e0c831ba3f0f4977f776491ac44eaec5 Mon Sep 17 00:00:00 2001 From: Alexander Chernavin Date: Wed, 20 Jul 2022 13:01:42 +0000 Subject: wireguard: add handshake rate limiting support Type: feature With this change, if being under load a handshake message with both valid mac1 and mac2 is received, the peer will be rate limited. Cover this with tests. Signed-off-by: Alexander Chernavin Change-Id: Id8d58bb293a7975c3d922c48b4948fd25e20af4b --- src/plugins/wireguard/FEATURE.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/plugins/wireguard/FEATURE.yaml') diff --git a/src/plugins/wireguard/FEATURE.yaml b/src/plugins/wireguard/FEATURE.yaml index cf8b6d7f3c4..4c6946d2a33 100644 --- a/src/plugins/wireguard/FEATURE.yaml +++ b/src/plugins/wireguard/FEATURE.yaml @@ -8,5 +8,4 @@ description: "Wireguard protocol implementation" state: development properties: [API, CLI] missing: - - IPv6 support - - DoS protection as in the original protocol + - Peers roaming between different external IPs -- cgit 1.2.3-korg