child-cfg: Add flag to enable UDP encapsulation for per-CPU SAs
This commit is contained in:
@@ -417,6 +417,9 @@ enum child_cfg_option_t {
|
|||||||
|
|
||||||
/** Enable per-CPU CHILD_SAs */
|
/** Enable per-CPU CHILD_SAs */
|
||||||
OPT_PER_CPU_SAS = (1<<9),
|
OPT_PER_CPU_SAS = (1<<9),
|
||||||
|
|
||||||
|
/** Enable UDP encapsulation for per-CPU CHILD_SAs */
|
||||||
|
OPT_PER_CPU_SAS_ENCAP = (1<<10),
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user