Lines Matching refs:ndp
48 atf_set "descr" "Tests for NDP cache expiration"
54 atf_set "descr" "Tests for commands of ndp(8)"
60 atf_set "descr" "Tests for behavior of overwriting NDP caches"
89 $DEBUG && rump.ndp -n -a
105 $DEBUG && rump.ndp -n -a
106 atf_check -s not-exit:0 -o ignore -e match:'no entry' rump.ndp -n $IP6SRC
107 atf_check -s not-exit:0 -o ignore -e match:'no entry' rump.ndp -n $IP6DST
112 local timeout=$(env RUMP_SERVER=$SOCKSRC rump.ndp -n $IP6DST |grep $IP6DST|awk '{print $4;}')
130 rump.ndp -i shmif0 basereachable=7000
136 atf_check -s exit:0 -o ignore rump.ndp -s $IP6SRC $macaddr
145 $DEBUG && rump.ndp -n -a
146 atf_check -s not-exit:0 -o ignore -e match:'no entry' rump.ndp -n $IP6SRC
148 atf_check -s exit:0 -o not-match:'permanent' rump.ndp -n $IP6DST
154 $DEBUG && rump.ndp -n -a
155 atf_check -s not-exit:0 -o ignore -e match:'no entry' rump.ndp -n $IP6SRC
157 atf_check -s exit:0 -o match:"$ONEDAYISH" rump.ndp -n $IP6DST
181 $DEBUG && rump.ndp -n -a
182 atf_check -s exit:0 -o ignore rump.ndp -s fc00::10 b2:a0:20:00:00:10
183 $DEBUG && rump.ndp -n -a
184 atf_check -s exit:0 -o match:'permanent' rump.ndp -n fc00::10
186 atf_check -s exit:0 -o match:'deleted' rump.ndp -d fc00::10
187 $DEBUG && rump.ndp -n -a
188 atf_check -s not-exit:0 -o ignore -e ignore rump.ndp -n fc00::10
199 #$DEBUG && rump.ndp -n -a
200 #atf_check -s exit:0 -o ignore rump.ndp -f ./list
201 #$DEBUG && rump.ndp -n -a
204 atf_check -s exit:0 -o ignore rump.ndp -s fc00::11 b2:a0:20:00:00:11
205 atf_check -s exit:0 -o ignore rump.ndp -s fc00::12 b2:a0:20:00:00:12
207 atf_check -s exit:0 -o not-match:'permanent' rump.ndp -n $IP6DST
208 atf_check -s exit:0 -o match:'permanent' rump.ndp -n fc00::11
209 atf_check -s exit:0 -o match:'permanent' rump.ndp -n fc00::12
214 # Test ndp -a
215 atf_check -s exit:0 -o match:'fc00::11' rump.ndp -n -a
216 atf_check -s exit:0 -o match:'fc00::12' rump.ndp -n -a
222 $DEBUG && rump.ndp -n -a
223 atf_check -s exit:0 -o ignore rump.ndp -c
224 atf_check -s not-exit:0 -o ignore -e ignore rump.ndp -n $IP6SRC
225 atf_check -s not-exit:0 -o ignore -e ignore rump.ndp -n $IP6DST
229 atf_check -s exit:0 -o ignore -e ignore rump.ndp -n fc00::11
230 atf_check -s exit:0 -o ignore -e ignore rump.ndp -n fc00::12
234 $DEBUG && rump.ndp -n -a
235 atf_check -s exit:0 -o ignore rump.ndp -s fc00::10 b2:a0:20:00:00:10 temp
236 rump.ndp -s fc00::10 b2:a0:20:00:00:10 temp
237 $DEBUG && rump.ndp -n -a
238 atf_check -s exit:0 -o not-match:'permanent' rump.ndp -n fc00::10
256 atf_check -s exit:0 rump.ndp -s $IP6SRC b2:a0:20:00:00:ff
257 $DEBUG && rump.ndp -n -a
258 atf_check -s not-exit:0 -e ignore rump.ndp -s $IP6SRC b2:a0:20:00:00:fe
261 $DEBUG && rump.ndp -n -a
263 atf_check -s exit:0 -o ignore rump.ndp -s $IP6DST b2:a0:20:00:00:00
264 $DEBUG && rump.ndp -n -a
265 atf_check -s exit:0 -o match:'permanent' rump.ndp -n $IP6DST
268 #atf_check -s exit:0 -o ignore rump.ndp -s fc00::10 b2:a0:20:00:00:10 temp
269 #$DEBUG && rump.ndp -n -a
270 #atf_check -s exit:0 -o not-match:'permanent' rump.ndp -n fc00::10
272 #atf_check -s not-exit:0 -e ignore rump.ndp -s fc00::10 b2:a0:20:00:00:ff
273 #$DEBUG && rump.ndp -n -a
281 echo $(rump.ndp -a -n |grep -v -e Neighbor -e permanent |wc -l)
301 $DEBUG && rump.ndp -n -a
306 $DEBUG && rump.ndp -n -a
316 $DEBUG && rump.ndp -n -a
428 atf_set "descr" "Tests for routing messages on operations of NDP entries"
493 # Test ndp -d and resulting routing messages (RTM_DELETE)
497 atf_check -s exit:0 -o ignore rump.ndp -d $IP6DST
521 atf_set "descr" "Tests if NDP entries are removed on route change"
541 atf_check -s exit:0 -o match:'shmif0' rump.ndp -n $IP6DST
546 $DEBUG && rump.ndp -na
549 rump.ndp -n $IP6DST
565 atf_set "descr" "Tests if NDP entries are removed on route delete"
580 atf_check -s exit:0 -o match:'shmif0' rump.ndp -n $IP6DST
584 $DEBUG && rump.ndp -na
588 rump.ndp -n $IP6DST
604 atf_set "descr" "Tests if NDP entries are removed on interface down"
619 atf_check -s exit:0 -o match:'shmif0' rump.ndp -n $IP6DST
624 $DEBUG && rump.ndp -na
628 rump.ndp -n $IP6DST
644 atf_set "descr" "Tests if NDP entries are removed on route change"
665 $DEBUG && rump.ndp -na
666 atf_check -s exit:0 -o match:'shmif0' rump.ndp -n $IP6DST
667 atf_check -s exit:0 -o not-match:'shmif1' rump.ndp -n $IP6DST
670 atf_check -s exit:0 -o ignore rump.ndp -c
671 atf_check -s not-exit:0 -o ignore -e match:'no entry' rump.ndp -n $IP6DST
676 $DEBUG && rump.ndp -na
677 atf_check -s exit:0 -o match:'shmif0' rump.ndp -n $IP6DST
679 atf_check -s exit:0 -o match:'shmif1' rump.ndp -n $IP6DST
681 # Clean up by ndp -c
682 atf_check -s exit:0 -o ignore rump.ndp -c
683 atf_check -s not-exit:0 -o ignore -e match:'no entry' rump.ndp -n $IP6DST
688 atf_check -s exit:0 -o match:'shmif0' rump.ndp -n $IP6DST
690 atf_check -s exit:0 -o not-match:'shmif1' rump.ndp -n $IP6DST
694 $DEBUG && rump.ndp -na
695 atf_check -s exit:0 -o ignore rump.ndp -c
696 $DEBUG && rump.ndp -na
702 atf_check -s exit:0 -o match:'shmif0' rump.ndp -n $IP6DST
704 atf_check -s exit:0 -o match:'shmif1' rump.ndp -n $IP6DST
706 # Clean up by ndp -d <ip>
707 atf_check -s exit:0 -o ignore rump.ndp -d $IP6DST
709 atf_check -s not-exit:0 -o ignore -e match:'no entry' rump.ndp -n $IP6DST
734 $DEBUG && rump.ndp -n $dst
735 atf_check -s exit:0 -o match:"^$dst.*$state " rump.ndp -n $dst
743 $DEBUG && rump.ndp -n $dst
745 rump.ndp -n $dst | grep -q "^$dst.*S " && break
748 $DEBUG && rump.ndp -n $dst
766 rump.ndp -i shmif0 basereachable=7000
772 atf_check -s exit:0 -o ignore rump.ndp -s $IP6SRC $macaddr