packages/net/openswan/files/ipsec.conf
jow 52cf8701e7 Add UCI support to Openswan
The Openswan and UCI configuration file formats are very similar.
Implement the conversion from UCI to IPsec configuration file format in
the ipsec init script and store the converted information in
/etc/ipsec.uci.{conf,secrets} then reference these files from
/etc/ipsec.{conf,secrets}.  This scheme allows for
backwards-compatibility during upgrades (since the original
configuration is preserved) and allows for users to implement any exotic
configurations that they require without conflicting with the
configuration in UCI.

Also add a nearly empty ipsec config file which enables nat_traversal.
This option should be safe in all configurations and is required in
many, which makes it a good default.

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29585 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-20 04:36:42 +00:00

9 lines
173 B
Plaintext

# /etc/ipsec.conf - IPsec configuration file
version 2.0
include /etc/ipsec.uci.conf
# Include non-UCI connections here
# They will be preserved across restarts/upgrades