OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / openswan / testing / scripts / search.closure / v1
1 # V1 _confread search does not notice if the searched-for parameter is repeated.
2 # This may not matter: ordinary _confread will notice if it is applied to
3 # the conn.
4
5 # ipsec _confread --config ipsec.conf --search auto ignore
6
7 # Does notice:
8 # ipsec _confread --config ipsec.conf bi
9
10 conn %default
11         auto=ignore
12
13 conn a
14         also=aa
15         also=ab
16
17 conn aa
18         auto=add
19
20 conn ab
21         auto=ignore
22
23 conn bi
24         auto=add
25         auto=ignore
26
27 # even though it uses ig, it should ba "add"
28 conn notig
29         auto=add
30         also=ig
31
32 # should default to ignore
33 conn ig