Annotation of embedaddon/strongswan/testing/tests/ikev2/net2net-psk-dscp/pretest.dat, revision 1.1
1.1 ! misho 1: moon::rm /etc/ipsec.d/cacerts/*
! 2: sun::rm /etc/ipsec.d/cacerts/*
! 3: moon::iptables-restore < /etc/iptables.rules
! 4: sun::iptables-restore < /etc/iptables.rules
! 5: alice::iptables -t mangle -A OUTPUT -p icmp -j DSCP --set-dscp-class BE
! 6: venus::iptables -t mangle -A OUTPUT -p icmp -j DSCP --set-dscp-class EF
! 7: moon::iptables -t mangle -A PREROUTING -m dscp --dscp-class BE -j MARK --set-mark 10
! 8: moon::iptables -t mangle -A PREROUTING -m dscp --dscp-class EF -j MARK --set-mark 20
! 9: bob::iptables -t mangle -A OUTPUT -d PH_IP_ALICE -p icmp -j DSCP --set-dscp-class BE
! 10: bob::iptables -t mangle -A OUTPUT -d PH_IP_VENUS -p icmp -j DSCP --set-dscp-class EF
! 11: sun::iptables -t mangle -A PREROUTING -m dscp --dscp-class BE -j MARK --set-mark 10
! 12: sun::iptables -t mangle -A PREROUTING -m dscp --dscp-class EF -j MARK --set-mark 20
! 13: sun::ipsec start
! 14: moon::ipsec start
! 15: sun::expect-connection dscp-ef
! 16: moon::expect-connection dscp-be
! 17: moon::ipsec up dscp-be
! 18: moon::expect-connection dscp-ef
! 19: moon::ipsec up dscp-ef
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>