kernel-interface: Not all kernel interfaces support SPIs on policies

This commit is contained in:
Tobias Brunner 2017-07-11 10:58:15 +02:00
parent f0ae8c1761
commit a46d233c0e
1 changed files with 2 additions and 0 deletions

View File

@ -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),
};
/**