# /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
	logfile=/tmp/pluto.log
	logtime=no
	logappend=no
	plutodebug=all
	dumpdir=/tmp
	protostack=netkey

conn road-east-vti
	ikev2=no
	also=road-east-base
	left=%defaultroute
	leftsubnet=192.0.3.0/24
	mark=20/0xffffffff
	vti-interface=vti0
	vti-routing=no
	vti-shared=no

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