blob: 6f4eac5599dbc5d761f16387b4c61542b1d05297 [file] [log] [blame] [raw]
#!/bin/sh
testitem=$1
TESTMODE=$2
if [ ${TESTMODE} != user ] ; then
exit 0
fi
. ./ipflib.sh
test_init
set $args
. ./setup_test.sh
echo "${todo}...";
/bin/cp /dev/null results/$1
../ipnat -Rnvf ${regress} 2>/dev/null > ${results}
check_results
exit $status