1_CONFREAD(8) [FIXME: manual] _CONFREAD(8)
2
3
4
6 ipsec__confread - internal routing to parse config file
7
9 _confread is an internal script used for parsing /etc/ipsec.conf into a
10 canonical format.
11
13 _confread is going to be obsoleted in the next major release of
14 Openswan in favour of the addcon code. The new code will load all the
15 connections much faster then the current scripts that can takes minutes
16 to load a few hunderd conns, and requires awk and sed commands not
17 always available in their full versions, such as with busybox on
18 embedded platforms. The old alternative to this called starter will
19 also be removed as obsolete for the new addcon code.
20
22 ipsec(8), ipsec_conf(8)
23
25 Man page written for the Linux FreeS/WAN project
26 <http://www.freeswan.org/> by Michael Richardson. Program written by
27 Henry Spencer.
28
29
30
31[FIXME: source] 10/06/2010 _CONFREAD(8)