aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/server.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2006-07-07 05:50:02 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2006-07-07 05:50:02 +0000
commitdc33fee770b7b44eadaf0e9a1eabc3ba94b87d7f (patch)
tree4424b5bb89bebbb48d02965944a1ec1a0eafb4d4 /src/pluto/server.h
parentad3dab05200bd088aa25c2be8b7db07de2228b0b (diff)
downloadstrongswan-dc33fee770b7b44eadaf0e9a1eabc3ba94b87d7f.tar.bz2
strongswan-dc33fee770b7b44eadaf0e9a1eabc3ba94b87d7f.tar.xz
removed NAT_TRAVERSAL and VIRTUAL_IP compile options
Diffstat (limited to 'src/pluto/server.h')
-rw-r--r--src/pluto/server.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pluto/server.h b/src/pluto/server.h
index aa14d5aaa..d90e47c8f 100644
--- a/src/pluto/server.h
+++ b/src/pluto/server.h
@@ -40,9 +40,7 @@ struct iface {
ip_address addr; /* interface IP address */
int fd; /* file descriptor of socket for IKE UDP messages */
struct iface *next;
-#ifdef NAT_TRAVERSAL
bool ike_float;
-#endif
enum { IFN_ADD, IFN_KEEP, IFN_DELETE } change;
};