diff options
-rw-r--r-- | src/pluto/connections.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluto/connections.h b/src/pluto/connections.h index aab5c84db..df3af9dd4 100644 --- a/src/pluto/connections.h +++ b/src/pluto/connections.h @@ -141,6 +141,7 @@ struct end { bool has_client_wildcard; bool has_port_wildcard; bool has_id_wildcards; + bool has_natip; char *updown; u_int16_t host_port; /* host order */ u_int16_t port; /* host order */ |