# V1 strips quotes, even within comments
# V1 strips quotes that are not even quotes.

# ipsec _confread --config ipsec.conf fred
#	!	(ipsec.conf, line 4) mismatched quotes in parameter value	

# ipsec _confread --config ipsec.conf --search auto ignore
# matches joe!  It strips the Z as if it were a quote.

conn fred
	leftid=" #"

conn joe
	auto="ignoreZ

