Annotation of embedaddon/strongswan/testing/tests/swanctl/ip-two-pools-db/posttest.dat, revision 1.1

1.1     ! misho       1: carol::systemctl stop strongswan
        !             2: dave::systemctl stop strongswan
        !             3: alice::systemctl stop strongswan
        !             4: venus::systemctl stop strongswan
        !             5: moon::systemctl stop strongswan
        !             6: moon::iptables-restore < /etc/iptables.flush
        !             7: carol::iptables-restore < /etc/iptables.flush
        !             8: dave::iptables-restore < /etc/iptables.flush
        !             9: alice::iptables-restore < /etc/iptables.flush
        !            10: venus::iptables-restore < /etc/iptables.flush
        !            11: moon::ip route del 10.3.0.0/16 via PH_IP_MOON
        !            12: moon::ip route del 10.4.0.0/16 via PH_IP_MOON1
        !            13: moon::ipsec pool --del extpool 2> /dev/null
        !            14: moon::ipsec pool --del intpool 2> /dev/null
        !            15: moon::ipsec pool --delattr dns --server PH_IP_VENUS --pool intpool --identity venus.strongswan.org 2> /dev/null
        !            16: moon::ipsec pool --delattr dns --server PH_IP_ALICE --pool intpool --identity alice@strongswan.org 2> /dev/null
        !            17: moon::ipsec pool --delattr dns --server PH_IP_WINNETOU --pool extpool 2> /dev/null
        !            18: 

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