# V1 _confread search does not notice if the searched-for parameter is repeated.
# This may not matter: ordinary _confread will notice if it is applied to
# the conn.

# ipsec _confread --config ipsec.conf --search auto ignore

# Does notice:
# ipsec _confread --config ipsec.conf bi

conn %default
	auto=ignore

conn a
	also=aa
	also=ab

conn aa
	auto=add

conn ab
	auto=ignore

conn bi
	auto=add
	auto=ignore

# even though it uses ig, it should ba "add"
conn notig
	auto=add
	also=ig

# should default to ignore
conn ig
