HomeSort by: relevance | last modified time | path
    Searched refs:ipsec0 (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/net/if_ipsec/
t_ipsec_unnumbered.sh 76 local uniq=8192 # 8192(reqid_base) + 2 * 0(unit id of "ipsec0")
129 atf_check -s exit:0 -o ignore rump.ifconfig ipsec0 create
131 rump.ifconfig ipsec0 tunnel $ip_local_o $ip_remote_o
132 atf_check -s exit:0 -o ignore rump.ifconfig ipsec0 unnumbered
133 atf_check -s exit:0 -o ignore rump.ifconfig ipsec0 $ip_local_i/32
135 rump.route add -inet $ip_remote_i_subnet -ifp ipsec0 $ip_local_i
136 $DEBUG && rump.ifconfig -v ipsec0
142 atf_check -s exit:0 -o ignore rump.ifconfig ipsec0 create
144 rump.ifconfig ipsec0 tunnel $ip_remote_o $ip_local_o
145 atf_check -s exit:0 -o ignore rump.ifconfig ipsec0 unnumbere
    [all...]
t_ipsec.sh 80 test_create_destroy_common $SOCK1 ipsec0
246 rump_server_add_iface $sock ipsec0
247 atf_check -s exit:0 rump.ifconfig ipsec0 tunnel ${src} ${dst}
249 atf_check -s exit:0 rump.ifconfig ipsec0 inet6 ${addr}/128 ${remote}
252 atf_check -s exit:0 rump.ifconfig ipsec0 inet ${addr}/32 ${remote}
258 $DEBUG && rump.ifconfig ipsec0
389 atf_check -s exit:0 -o match:ipsec0 rump.ifconfig
390 atf_check -s exit:0 -o match:ipsec0 rump.route -nL get ${opt} ${peernet}
400 atf_check -s exit:0 -o match:ipsec0 rump.ifconfig
401 atf_check -s exit:0 -o match:ipsec0 rump.route -nL get ${opt} ${peernet
    [all...]
t_ipsec_pfil.sh 78 rump_server_add_iface $RUMP_SERVER ipsec0
79 atf_check -s exit:0 rump.ifconfig ipsec0 tunnel $src $dst
80 atf_check -s exit:0 rump.ifconfig ipsec0 inet ${addr}/32 $remote
83 $DEBUG && rump.ifconfig ipsec0
207 \$if = inet4(ipsec0)
310 atf_check -s exit:0 rump.ifconfig ipsec0 deletetunnel
311 atf_check -s exit:0 rump.ifconfig ipsec0 destroy
315 atf_check -s exit:0 rump.ifconfig ipsec0 deletetunnel
316 atf_check -s exit:0 rump.ifconfig ipsec0 destroy
  /src/tests/net/ipsec/
t_ipsec_spflags.sh 39 atf_check -s exit:0 rump.ifconfig ipsec0 create
40 atf_check -s exit:0 rump.ifconfig ipsec0 \
t_ipsec_natt.sh 404 rump_server_add_iface $SOCK_LOCAL ipsec0
405 atf_check -s exit:0 rump.ifconfig ipsec0 link0 # enable nat-t
406 atf_check -s exit:0 rump.ifconfig ipsec0 link2 # ensure IPv6 forward
407 atf_check -s exit:0 rump.ifconfig ipsec0 tunnel $ip_local_phys $ip_remote_phys
408 atf_check -s exit:0 rump.ifconfig ipsec0 inet6 $ip_local_ipsecif
417 rump_server_add_iface $SOCK_REMOTE ipsec0
418 atf_check -s exit:0 rump.ifconfig ipsec0 link0 # enable nat-t
419 atf_check -s exit:0 rump.ifconfig ipsec0 link2 # ensure IPv6 forward
420 atf_check -s exit:0 rump.ifconfig ipsec0 tunnel $ip_remote_phys $ip_local_phys
421 atf_check -s exit:0 rump.ifconfig ipsec0 inet6 $ip_remote_ipseci
    [all...]

Completed in 13 milliseconds