/testing/guestbin/swan-prep --nokeys
Creating empty NSS database
east #
 cp policies/* /etc/ipsec.d/policies/
east #
 echo "192.1.3.209/32" >> /etc/ipsec.d/policies/clear-or-private
east #
 ipsec start
Redirecting to: [initsystem]
east #
 ../../guestbin/wait-until-pluto-started
east #
 # give OE policies time to load
east #
 ../../guestbin/wait-for.sh --match 'loaded 11,' -- ipsec auto --status
Total IPsec connections: loaded 11, active 0
east #
 echo "initdone"
initdone
east #
 # should not show any hits
east #
 grep "initiate on-demand" /tmp/pluto.log
east #
 
