Announce both IPsec and UDP Encap (NAT-T) if available for
feature_present(3) checks. This will help to run-time detect and conditionally handle specific optionas of either feature in user space (i.e. in libipsec). Descriptions read by: rwatson MFC after: 2 weeks
This commit is contained in:
parent
d689bc0082
commit
13a6cf24ac
@ -126,6 +126,11 @@ VNET_DEFINE(int, ip4_esp_randpad) = -1;
|
||||
*/
|
||||
VNET_DEFINE(int, crypto_support) = CRYPTOCAP_F_HARDWARE | CRYPTOCAP_F_SOFTWARE;
|
||||
|
||||
FEATURE(ipsec, "Internet Protocol Security (IPsec)");
|
||||
#ifdef IPSEC_NAT_T
|
||||
FEATURE(ipsec_natt, "UDP Encapsulation of IPsec ESP Packets ('NAT-T')");
|
||||
#endif
|
||||
|
||||
SYSCTL_DECL(_net_inet_ipsec);
|
||||
|
||||
/* net.inet.ipsec */
|
||||
|
Loading…
x
Reference in New Issue
Block a user