/testing/guestbin/swan-prep --nokeys
Creating empty NSS database
west #
 ifconfig eth1:1 192.1.2.46 netmask 255.255.255.0
west #
 ifconfig eth1:2 192.1.2.47 netmask 255.255.255.0
west #
 ifconfig eth1:3 192.1.2.48 netmask 255.255.255.0
west #
 ifconfig eth1:4 192.1.2.49 netmask 255.255.255.0
west #
 ifconfig eth1:5 192.1.2.50 netmask 255.255.255.0
west #
 ifconfig eth1:6 192.1.2.51 netmask 255.255.255.0
west #
 echo "initdone"
initdone
west #
 # everything as auto=start
west #
 EF_DISABLE_BANNER=1 ipsec pluto --impair helper_thread_delay:1 --config /etc/ipsec.conf
ipsec pluto: impair: helper_thread_delay: no -> 1
west #
 # Expecting 2*16 + 5 = 37 tunnels to come up.  Each requires two 2 DH
west #
 # offloads (plus possible extra offloads for things like NONCE).
west #
 ipsec status | grep Total
Total IPsec connections: loaded 0, routed 0, active 0
west #
 ../../guestbin/wait-for.sh --timeout 180 --match ', active 37' -- ipsec status
Total IPsec connections: loaded 37, routed 37, active 37
west #
