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

  /src/tests/net/ipsec/
t_ipsec_tunnel.sh 71 local ip_gw_local_tunnel=20.0.0.1
93 atf_check -s exit:0 rump.ifconfig shmif1 $ip_gw_local_tunnel/24
104 rump.route -n add -net $subnet_local $ip_gw_local_tunnel
128 add $ip_gw_local_tunnel $ip_gw_remote_tunnel $proto 10000 $algo_args;
129 add $ip_gw_remote_tunnel $ip_gw_local_tunnel $proto 10001 $algo_args;
131 $proto/tunnel/$ip_gw_local_tunnel-$ip_gw_remote_tunnel/require;
133 $proto/tunnel/$ip_gw_remote_tunnel-$ip_gw_local_tunnel/require;
137 check_sa_entries $SOCK_TUNNEL_LOCAL $ip_gw_local_tunnel \
142 add $ip_gw_local_tunnel $ip_gw_remote_tunnel $proto 10000 $algo_args;
143 add $ip_gw_remote_tunnel $ip_gw_local_tunnel $proto 10001 $algo_args
    [all...]
t_ipsec_tunnel_ipcomp.sh 102 local ip_gw_local_tunnel=20.0.0.1
124 atf_check -s exit:0 rump.ifconfig shmif1 $ip_gw_local_tunnel/24
136 rump.route -n add -net $subnet_local $ip_gw_local_tunnel
160 add $ip_gw_local_tunnel $ip_gw_remote_tunnel $proto 10000 $algo_args;
161 add $ip_gw_remote_tunnel $ip_gw_local_tunnel $proto 10001 $algo_args;
162 add $ip_gw_local_tunnel $ip_gw_remote_tunnel ipcomp 10000 -C $calgo;
163 add $ip_gw_remote_tunnel $ip_gw_local_tunnel ipcomp 10001 -C $calgo;
165 ipcomp/tunnel/$ip_gw_local_tunnel-$ip_gw_remote_tunnel/require
168 ipcomp/tunnel/$ip_gw_remote_tunnel-$ip_gw_local_tunnel/require
173 check_sa_entries $SOCK_TUNNEL_LOCAL $ip_gw_local_tunnel \
    [all...]
t_ipsec_tunnel_odd.sh 71 local ip_gw_local_tunnel=20.0.0.1
96 atf_check -s exit:0 rump.ifconfig shmif1 $ip_gw_local_tunnel/24
110 rump.route -n add -net $subnet_local $ip_gw_local_tunnel
177 local ip_gw_local_tunnel=fc00::1
202 atf_check -s exit:0 rump.ifconfig shmif1 inet6 $ip_gw_local_tunnel/64
216 rump.route -n add -inet6 -net $subnet_local/64 $ip_gw_local_tunnel

Completed in 13 milliseconds