kernel-interface: Add a flag to indicate no policy updates required

This commit is contained in:
Martin Willi
2014-06-04 16:32:07 +02:00
parent cd88f818fa
commit 7452adfad3
2 changed files with 16 additions and 3 deletions
+2
View File
@@ -69,6 +69,8 @@ enum kernel_feature_t {
KERNEL_REQUIRE_EXCLUDE_ROUTE = (1<<1),
/** IPsec implementation requires UDP encapsulation of ESP packets */
KERNEL_REQUIRE_UDP_ENCAPSULATION = (1<<2),
/** IPsec backend does not require a policy reinstall on SA updates */
KERNEL_NO_POLICY_UPDATES = (1<<3),
};
/**