diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-10-25 08:38:26 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-10-25 08:38:26 +0000 |
commit | 5a9816a52f7fd5345b9bb0dbd041547c78370df2 (patch) | |
tree | b677c7863b1d606391d97755335da914f77555b3 | |
parent | 7f5e4f5a7a15c1dbe5046d886b8f1975d01da2bb (diff) | |
download | strongswan-5a9816a52f7fd5345b9bb0dbd041547c78370df2.tar.bz2 strongswan-5a9816a52f7fd5345b9bb0dbd041547c78370df2.tar.xz |
added has_natip flag
-rw-r--r-- | src/whack/whack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/whack/whack.h b/src/whack/whack.h index 965cdd346..49ef67995 100644 --- a/src/whack/whack.h +++ b/src/whack/whack.h @@ -62,6 +62,7 @@ struct whack_end { bool has_client_wildcard; bool has_port_wildcard; bool has_srcip; + bool has_natip; bool modecfg; bool hostaccess; certpolicy_t sendcert; |