child-cfg: Add flag to enable per-CPU SAs
This commit is contained in:
@@ -414,6 +414,9 @@ enum child_cfg_option_t {
|
|||||||
|
|
||||||
/** Disable copying the ECN header field in tunnel mode */
|
/** Disable copying the ECN header field in tunnel mode */
|
||||||
OPT_NO_COPY_ECN = (1<<8),
|
OPT_NO_COPY_ECN = (1<<8),
|
||||||
|
|
||||||
|
/** Enable per-CPU CHILD_SAs */
|
||||||
|
OPT_PER_CPU_SAS = (1<<9),
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user