diff options
Diffstat (limited to 'src/charon/sa/child_sa.c')
-rw-r--r-- | src/charon/sa/child_sa.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/charon/sa/child_sa.c b/src/charon/sa/child_sa.c index 2e8155678..8a7e64ac4 100644 --- a/src/charon/sa/child_sa.c +++ b/src/charon/sa/child_sa.c @@ -157,6 +157,11 @@ struct private_child_sa_t { * Specifies if NAT traversal is used */ bool use_natt; + + /** + * Specifies if CHILD_SA goes to ROUTED state if DPD detected + */ + bool stays_routed; /** * CHILD_SAs own logger |