networkservicemesh / api

Apache License 2.0
12 stars 21 forks source link

Add IPSec remote mechanism #151

Closed glazychev-art closed 1 year ago

glazychev-art commented 1 year ago

Issue: https://github.com/networkservicemesh/sdk-vpp/issues/638

Please note: IKEv2 uses 500 UDP port for key exchange - https://www.rfc-editor.org/rfc/rfc5996 This is a standard port, so it's not supposed to be in the api. The current PR has only a port for data transfer (it is 4500 by default)

Signed-off-by: Artem Glazychev artem.glazychev@xored.com