#!/bin/sh . "${0%/*}/testlib.sh" # Skip this test if we aren't root or if "ip netns" does not exist test "`id -u`" = "0" || exit 77 ip netns list || exit 77 # Initialize two nodes $tinc $c1 <$d1/tinc-up <$d2/tinc-up <