Files
vpp/src/plugins/wireguard/FEATURE.yaml
T
Alexander Chernavin fee9853a4f wireguard: add peers roaming support
Type: feature

With this change, peers are able to roam between different external
endpoints. Successfully authenticated handshake or data packet that is
received from a new endpoint will cause the peer's endpoint to be
updated accordingly.

Signed-off-by: Alexander Chernavin <achernavin@netgate.com>
Change-Id: Ib4eb7dfa3403f3fb9e8bbe19ba6237c4960c764c
2022-08-09 15:55:45 +00:00

10 lines
306 B
YAML

---
name: Wireguard protocol
maintainer: Artem Glazychev <artem.glazychev@xored.com>
features:
- "based on wireguard-openbsd implementation: https://git.zx2c4.com/wireguard-openbsd"
- creating secure VPN-tunnel
description: "Wireguard protocol implementation"
state: development
properties: [API, CLI]