Home | History | Annotate | Download | only in ipsec

Lines Matching refs:ip_gwlo_tun

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;
164 add $ip_gwlo_tun $ip_gwre_tun $proto 10000 $algo_args;
165 add $ip_gwre_tun $ip_gwlo_tun $proto 10001 $algo_args;
167 $proto/tunnel/$ip_gwre_tun-$ip_gwlo_tun/require;
169 $proto/tunnel/$ip_gwlo_tun-$ip_gwre_tun/require;
177 add $ip_gwlo_tun $ip_gwre_tun $proto 10000 $algo_args;
178 add $ip_gwre_tun $ip_gwlo_tun $proto 10001 $algo_args;
179 spdadd $ip_gwlo_tun/32 $ip_gwre_tun/32 any -P out ipsec
181 spdadd $ip_gwre_tun/32 $ip_gwlo_tun/32 any -P in ipsec
189 add $ip_gwlo_tun $ip_gwre_tun $proto 10000 $algo_args;
190 add $ip_gwre_tun $ip_gwlo_tun $proto 10001 $algo_args;
191 spdadd $ip_gwre_tun/32 $ip_gwlo_tun/32 any -P out ipsec
193 spdadd $ip_gwlo_tun/32 $ip_gwre_tun/32 any -P in ipsec
200 check_sa_entries $SOCK_TUN_LOCAL $ip_gwlo_tun $ip_gwre_tun
201 check_sa_entries $SOCK_TUN_REMOTE $ip_gwlo_tun $ip_gwre_tun
207 str=$(make_gif_pktstr $ip_gwlo_tun $ip_gwre_tun \
210 str=$(make_gif_pktstr $ip_gwre_tun $ip_gwlo_tun \
225 local ip_gwlo_tun=fc00::1
256 atf_check -s exit:0 rump.ifconfig shmif1 inet6 $ip_gwlo_tun/64
259 tunnel $ip_gwlo_tun $ip_gwre_tun
271 tunnel $ip_gwre_tun $ip_gwlo_tun
292 str="$ip_gwlo_tun > $ip_gwre_tun:"
295 str="$ip_gwre_tun > $ip_gwlo_tun:"
303 add $ip_gwlo_tun $ip_gwre_tun $proto 10000 $algo_args;
304 add $ip_gwre_tun $ip_gwlo_tun $proto 10001 $algo_args;
306 $proto/tunnel/$ip_gwlo_tun-$ip_gwre_tun/require;
308 $proto/tunnel/$ip_gwre_tun-$ip_gwlo_tun/require;
315 add $ip_gwlo_tun $ip_gwre_tun $proto 10000 $algo_args;
316 add $ip_gwre_tun $ip_gwlo_tun $proto 10001 $algo_args;
318 $proto/tunnel/$ip_gwre_tun-$ip_gwlo_tun/require;
320 $proto/tunnel/$ip_gwlo_tun-$ip_gwre_tun/require;
328 add $ip_gwlo_tun $ip_gwre_tun $proto 10000 $algo_args;
329 add $ip_gwre_tun $ip_gwlo_tun $proto 10001 $algo_args;
330 spdadd $ip_gwlo_tun/128 $ip_gwre_tun/128 any -P out ipsec
332 spdadd $ip_gwre_tun/128 $ip_gwlo_tun/128 any -P in ipsec
340 add $ip_gwlo_tun $ip_gwre_tun $proto 10000 $algo_args;
341 add $ip_gwre_tun $ip_gwlo_tun $proto 10001 $algo_args;
342 spdadd $ip_gwre_tun/128 $ip_gwlo_tun/128 any -P out ipsec
344 spdadd $ip_gwlo_tun/128 $ip_gwre_tun/128 any -P in ipsec
351 check_sa_entries $SOCK_TUN_LOCAL $ip_gwlo_tun $ip_gwre_tun
352 check_sa_entries $SOCK_TUN_REMOTE $ip_gwlo_tun $ip_gwre_tun
358 str=$(make_gif_pktstr $ip_gwlo_tun $ip_gwre_tun \
361 str=$(make_gif_pktstr $ip_gwre_tun $ip_gwlo_tun \