Lines Matching refs:fou
540 name="test-fou"
543 ip fou help 2>&1 |grep -q 'Usage: ip fou'
545 echo "SKIP: fou: iproute2 too old"
549 if ! /sbin/modprobe -q -n fou; then
550 echo "SKIP: module fou is not found"
553 /sbin/modprobe -q fou
554 ip -netns "$testns" fou add port 7777 ipproto 47 2>/dev/null
556 echo "FAIL: can't add fou port 7777, skipping test"
560 ip -netns "$testns" fou add port 8888 ipproto 4
563 ip -netns "$testns" fou del port 9999 2>/dev/null
566 ip -netns "$testns" fou del port 7777
570 echo "FAIL: fou"
574 echo "PASS: fou"