Annotation of embedaddon/strongswan/testing/tests/swanctl/dhcp-dynamic/posttest.dat, revision 1.1

1.1     ! misho       1: carol::swanctl --terminate --ike home
        !             2: dave::swanctl --terminate --ike home
        !             3: carol::systemctl stop strongswan
        !             4: dave::systemctl stop strongswan
        !             5: moon::systemctl stop strongswan
        !             6: venus::cat /var/lib/dhcp/dhcpd.leases
        !             7: venus::service isc-dhcp-server stop 2> /dev/null
        !             8: venus::rm /var/lib/dhcp/dhcpd.leases*; touch /var/lib/dhcp/dhcpd.leases
        !             9: moon::iptables-restore < /etc/iptables.flush
        !            10: carol::iptables-restore < /etc/iptables.flush
        !            11: dave::iptables-restore < /etc/iptables.flush
        !            12: alice::arp -d 10.1.0.50
        !            13: alice::arp -d 10.1.0.51

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>