Home | History | Annotate | Download | only in if_shmif

Lines Matching refs:ifconfig

36 	atf_set "descr" "tests of ifconfig media on shmif"
49 # After ifconfig linkstr, the state becomes UP
52 -o not-match:"<UP" rump.ifconfig -v shmif0
53 atf_check rump.ifconfig shmif0 up
56 -o match:"<UP" rump.ifconfig -v shmif0
57 # ifconfig media none makes the state DOWN
58 atf_check rump.ifconfig shmif0 media none
61 -o match:"<UP" rump.ifconfig -v shmif0
62 # ifconfig media auto makes the state UP
63 atf_check rump.ifconfig shmif0 media auto
66 -o match:"<UP" rump.ifconfig -v shmif0
67 atf_check rump.ifconfig shmif0 down
70 -o not-match:"<UP" rump.ifconfig -v shmif0
71 # After ifconfig -linkstr, the state becomes UNKNOWN
72 atf_check rump.ifconfig shmif0 -linkstr
75 -o not-match:"<UP" rump.ifconfig -v shmif0
104 atf_check rump.ifconfig shmif0 10.0.0.1/24 up
107 atf_check rump.ifconfig shmif0 10.0.0.2/24 up
112 atf_check rump.ifconfig shmif0 media none
113 atf_check -o match:'linkstate: down' rump.ifconfig -v shmif0
118 atf_check rump.ifconfig shmif0 media auto
119 atf_check -o match:'linkstate: up' rump.ifconfig -v shmif0