diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-12-01 17:16:10 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-12-01 17:16:10 +0000 |
commit | a9428251cd1e6fc579204199ca09cbe55a8f2865 (patch) | |
tree | ea8ad014e885a4ae26a852a8c9f1100a82e58413 /Source/charon/daemon.h | |
parent | bae00c63f719c06c74d393c65bef0e5ebe25b24c (diff) | |
download | strongswan-a9428251cd1e6fc579204199ca09cbe55a8f2865.tar.bz2 strongswan-a9428251cd1e6fc579204199ca09cbe55a8f2865.tar.xz |
- new configuration support added to ike_sa and states
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r-- | Source/charon/daemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/daemon.h b/Source/charon/daemon.h index 651ed0370..8da5eb5eb 100644 --- a/Source/charon/daemon.h +++ b/Source/charon/daemon.h @@ -54,7 +54,7 @@ * Port on which the daemon will * listen for incoming traffic */ -#define IKEV2_UDP_PORT 500 +#define IKEV2_UDP_PORT 4500 /** * Default loglevel to use. This is the |