mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
kernel-interface: Not all kernel interfaces support SPIs on policies
This commit is contained in:
parent
f0ae8c1761
commit
a46d233c0e
@ -77,6 +77,8 @@ enum kernel_feature_t {
|
||||
KERNEL_REQUIRE_UDP_ENCAPSULATION = (1<<2),
|
||||
/** IPsec backend does not require a policy reinstall on SA updates */
|
||||
KERNEL_NO_POLICY_UPDATES = (1<<3),
|
||||
/** IPsec backend supports installing SPIs on policies */
|
||||
KERNEL_POLICY_SPI = (1<<4),
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user