# /etc/ipsec.conf - Libreswan IPsec configuration file

config setup
	# put the logs in /tmp for the UMLs, so that we can operate
	# without syslogd, which seems to break on UMLs
	plutostderrlog=/tmp/pluto.log
	plutorestartoncrash=false
	dumpdir=/tmp
	protostack=klips
	plutodebug="all"

conn westnet-eastnet-etc-hosts
	left=192.1.2.45
	also=west-east-base-id-nss
	also=westnet-ipv4
	also=eastnet-ipv4
	#right=east-from-hosts-file.example.com
	right=east-from-hosts-file
	auto=ignore

conn westnet-eastnet-etc-hosts-auto-add
	left=192.1.2.45
	also=west-east-base-id-nss
	also=westnet-ipv4
	also=eastnet-ipv4
	#right=east-from-hosts-file.example.com
	right=east-from-hosts-file
	auto=add

include	/testing/baseconfigs/all/etc/ipsec.d/ipsec.conf.common