/testing/guestbin/swan-prep west # ipsec start Redirecting to: [initsystem] west # /testing/pluto/bin/wait-until-pluto-started west # # this should have failed to --add west # ipsec auto --add first 002 added IKEv2 connection "first" west # echo 'conn second' >> /etc/ipsec.conf west # echo ' left=2.3.4.5' >> /etc/ipsec.conf west # echo ' right=5.6.7.8' >> /etc/ipsec.conf west # # now it fails properly west # ipsec auto --add first cannot load config '/etc/ipsec.conf': /etc/ipsec.conf:15: syntax error, unexpected STRING, expecting EOL [second] west # echo "initdone" initdone west # echo done done west #