mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
child-cfg: Add flag to enable per-CPU SAs
This commit is contained in:
parent
749814a75f
commit
d4575da53c
@ -414,6 +414,9 @@ enum child_cfg_option_t {
|
||||
|
||||
/** Disable copying the ECN header field in tunnel mode */
|
||||
OPT_NO_COPY_ECN = (1<<8),
|
||||
|
||||
/** Enable per-CPU CHILD_SAs */
|
||||
OPT_PER_CPU_SAS = (1<<9),
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user