Lines Matching refs:fou
514 name="test-fou"
517 ip fou help 2>&1 |grep -q 'Usage: ip fou'
519 echo "SKIP: fou: iproute2 too old"
523 if ! /sbin/modprobe -q -n fou; then
524 echo "SKIP: module fou is not found"
527 /sbin/modprobe -q fou
528 ip -netns "$testns" fou add port 7777 ipproto 47 2>/dev/null
530 echo "FAIL: can't add fou port 7777, skipping test"
534 ip -netns "$testns" fou add port 8888 ipproto 4
537 ip -netns "$testns" fou del port 9999 2>/dev/null
540 ip -netns "$testns" fou del port 7777
544 echo "FAIL: fou"
548 echo "PASS: fou"