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

  /src/tests/net/ipsec/
t_ipsec_tunnel.sh 72 local ip_gw_remote_tunnel=20.0.0.2
96 rump.route -n add -net $subnet_remote $ip_gw_remote_tunnel
101 atf_check -s exit:0 rump.ifconfig shmif1 $ip_gw_remote_tunnel/24
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;
138 $ip_gw_remote_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 103 local ip_gw_remote_tunnel=20.0.0.2
127 rump.route -n add -net $subnet_remote $ip_gw_remote_tunnel
133 atf_check -s exit:0 rump.ifconfig shmif1 $ip_gw_remote_tunnel/24
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
174 $ip_gw_remote_tunnel
    [all...]
t_ipsec_tunnel_odd.sh 72 local ip_gw_remote_tunnel=20.0.0.2
100 rump.route -n add -net $subnet_remote $ip_gw_remote_tunnel
106 atf_check -s exit:0 rump.ifconfig shmif1 $ip_gw_remote_tunnel/24
178 local ip_gw_remote_tunnel=fc00::2
206 rump.route -n add -inet6 -net $subnet_remote/64 $ip_gw_remote_tunnel
212 atf_check -s exit:0 rump.ifconfig shmif1 inet6 $ip_gw_remote_tunnel/64

Completed in 29 milliseconds