child-cfg: Optionally set mark on inbound SA

This commit is contained in:
Tobias Brunner
2017-11-02 09:59:38 +01:00
parent 655924074b
commit ea43f8ffe5
2 changed files with 20 additions and 2 deletions
+3
View File
@@ -310,6 +310,9 @@ enum child_cfg_option_t {
/** Force 96-bit truncation for SHA-256 */
OPT_SHA256_96 = (1<<6),
/** Set mark on inbound SAs */
OPT_MARK_IN_SA = (1<<7),
};
/**