Lines Matching full:bridge0

171 	atf_check -s exit:0 rump.ifconfig bridge0 create
172 atf_check -s exit:0 rump.ifconfig bridge0 up
175 atf_check -s exit:0 /sbin/brconfig bridge0 add shmif0
176 atf_check -s exit:0 /sbin/brconfig bridge0 add shmif1
177 /sbin/brconfig bridge0
190 /sbin/brconfig bridge0
203 /sbin/brconfig bridge0
213 /sbin/brconfig bridge0
214 atf_check -s exit:0 /sbin/brconfig bridge0 delete shmif0
215 atf_check -s exit:0 /sbin/brconfig bridge0 delete shmif1
216 /sbin/brconfig bridge0
226 atf_check -s exit:0 -o match:shmif0 /sbin/brconfig bridge0
227 atf_check -s exit:0 -o match:shmif1 /sbin/brconfig bridge0
228 /sbin/brconfig bridge0
326 echo $(($(/sbin/brconfig bridge0 |grep -A 100 "Address cache" |wc -l) - 1))
343 /sbin/brconfig bridge0
344 atf_check -s exit:0 -o match:"$addr1 shmif0" /sbin/brconfig bridge0
345 atf_check -s exit:0 -o match:"$addr3 shmif1" /sbin/brconfig bridge0
348 atf_check -s exit:0 -o match:"max cache: 100" /sbin/brconfig bridge0
355 atf_check -s exit:0 -o ignore /sbin/brconfig bridge0 maxaddr 1
356 atf_check -s exit:0 -o match:"max cache: 1" /sbin/brconfig bridge0
357 /sbin/brconfig bridge0
364 atf_check -s exit:0 -o ignore /sbin/brconfig bridge0 maxaddr 2
365 atf_check -s exit:0 -o match:"max cache: 2" /sbin/brconfig bridge0
373 /sbin/brconfig bridge0
374 atf_check -s exit:0 -o match:"$addr1 shmif0" /sbin/brconfig bridge0
375 atf_check -s exit:0 -o match:"$addr3 shmif1" /sbin/brconfig bridge0
430 $DEBUG && /sbin/brconfig bridge0
431 atf_check -s exit:0 -o not-match:"$addr1" /sbin/brconfig bridge0
432 atf_check -s exit:0 -o not-match:"$addr3" /sbin/brconfig bridge0
443 $DEBUG && /sbin/brconfig bridge0
444 atf_check -s exit:0 -o match:"$addr1 shmif0" /sbin/brconfig bridge0
445 atf_check -s exit:0 -o match:"$addr3 shmif1" /sbin/brconfig bridge0
448 atf_check -s exit:0 -o ignore /sbin/brconfig bridge0 deladdr "$addr1"
449 atf_check -s exit:0 -o not-match:"$addr1 shmif0" /sbin/brconfig bridge0
450 atf_check -s exit:0 -o ignore /sbin/brconfig bridge0 deladdr "$addr3"
451 atf_check -s exit:0 -o not-match:"$addr3 shmif1" /sbin/brconfig bridge0
460 $DEBUG && /sbin/brconfig bridge0
461 atf_check -s exit:0 -o match:"$addr1 shmif0" /sbin/brconfig bridge0
462 atf_check -s exit:0 -o match:"$addr3 shmif1" /sbin/brconfig bridge0
465 atf_check -s exit:0 -o ignore /sbin/brconfig bridge0 flush
466 atf_check -s exit:0 -o not-match:"$addr1 shmif0" /sbin/brconfig bridge0
467 atf_check -s exit:0 -o not-match:"$addr3 shmif1" /sbin/brconfig bridge0
473 atf_check -s exit:0 -o match:"timeout: 1200" /sbin/brconfig bridge0
474 atf_check -s exit:0 -o ignore /sbin/brconfig bridge0 timeout 10
475 atf_check -s exit:0 -o match:"timeout: 10" /sbin/brconfig bridge0