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

  /src/tests/net/ipsec/
t_ipsec_gif.sh 74 local ip_gwlo_tun=20.0.0.1
105 atf_check -s exit:0 rump.ifconfig shmif1 $ip_gwlo_tun/24
108 tunnel $ip_gwlo_tun $ip_gwre_tun
120 tunnel $ip_gwre_tun $ip_gwlo_tun
141 str="$ip_gwlo_tun > $ip_gwre_tun:"
144 str="$ip_gwre_tun > $ip_gwlo_tun:"
152 add $ip_gwlo_tun $ip_gwre_tun $proto 10000 $algo_args;
153 add $ip_gwre_tun $ip_gwlo_tun $proto 10001 $algo_args;
155 $proto/tunnel/$ip_gwlo_tun-$ip_gwre_tun/require;
157 $proto/tunnel/$ip_gwre_tun-$ip_gwlo_tun/require
    [all...]
t_ipsec_l2tp.sh 76 local ip_gwlo_tun=20.0.0.1
103 atf_check -s exit:0 rump.ifconfig shmif1 $ip_gwlo_tun/24
106 tunnel $ip_gwlo_tun $ip_gwre_tun
119 tunnel $ip_gwre_tun $ip_gwlo_tun
139 -o match:"$ip_gwlo_tun > $ip_gwre_tun: +ip-proto-115" \
142 -o match:"$ip_gwre_tun > $ip_gwlo_tun: +ip-proto-115" \
149 add $ip_gwlo_tun $ip_gwre_tun $proto 10000 $algo_args;
150 add $ip_gwre_tun $ip_gwlo_tun $proto 10001 $algo_args;
152 $proto/tunnel/$ip_gwlo_tun-$ip_gwre_tun/require;
154 $proto/tunnel/$ip_gwre_tun-$ip_gwlo_tun/require
    [all...]
t_ipsec_spflags.sh 34 local ip_gwlo_tun=20.0.0.1
41 tunnel $ip_gwlo_tun $ip_gwre_tun
47 local ip_gwlo_tun=20.0.0.1
61 spdadd $ip_gwlo_tun $ip_gwre_tun ipv4 -P in ipsec esp/transport//require ;
62 spdadd $ip_gwre_tun $ip_gwlo_tun ipv4 -P out ipsec esp/transport//require ;

Completed in 11 milliseconds