udp: fix csum computation when offload disabled
[vpp.git] / src / plugins / ikev2 / FEATURE.yaml
1 ---
2 name: ikev2 plugin
3 maintainer:
4   - Damjan Marion <damarion@cisco.com>
5   - Neale Ranns <nranns@cisco.com>
6   - Filip Tehlar <ftehlar@cisco.com>
7   - BenoĆ®t Ganne <bganne@cisco.com>
8 features:
9   - RFC 7296 "Internet Key Exchange Protocol Version 2 (IKEv2)"
10   - NAT-T, ESN, PSK and public key authentication
11   - AES-CBC-128/192/256 and AES-GCM-16-128/192/256 encryption
12   - HMAC-SHA2-256/384/512 and HMAC-SHA1 pseudo-random functions
13   - HMAC-SHA2-256-128/384-192/512-256 integrity
14   - MODP and ECP Diffie-Hellman
15 description: "Internet Key Exchange (IKEv2) Protocol plugin"
16 state: experimental
17 properties: [API, CLI, MULTITHREAD]