Home | History | Annotate | Download | only in ifconfig

Lines Matching refs:tap

35 	atf_set "descr" "Test creating many, many tap(4)'s (PR kern/55417)"
43 while read tap; do
45 ifconfig "tap$tap"
48 echo "Skipping existing tap$tap"
52 ifconfig "tap$tap" create
53 echo "Created tap$tap"
62 while read tap; do
64 ifconfig "tap$tap"
67 ifconfig "tap$tap" destroy
68 echo "Destroyed tap$tap"
80 atf_set "descr" "Test creating a tap(4) with a " \