diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/charon/sa/child_sa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/charon/sa/child_sa.c b/src/charon/sa/child_sa.c index b1335fa27..cccea2b4d 100644 --- a/src/charon/sa/child_sa.c +++ b/src/charon/sa/child_sa.c @@ -305,6 +305,7 @@ static void updown(private_child_sa_t *this, bool up) "PLUTO_PEER_CLIENT_MASK='%s' " "PLUTO_PEER_PORT='%u' " "PLUTO_PEER_PROTOCOL='%u' " + "PLUTO_HOST_ACCESS='1' " "%s", up ? "up" : "down", streq(this->me.addr->get_string(this->me.addr), |