Home | History | Annotate | Download | only in ipsec

Lines Matching refs:subnet_local

106 	local subnet_local=10.0.1.0
136 rump.route -n add -net $subnet_local $ip_gw_local_tunnel
142 rump.route -n add -net $subnet_local $ip_gw_remote
164 spdadd $subnet_local/24 $subnet_remote/24 any -P out ipsec
167 spdadd $subnet_remote/24 $subnet_local/24 any -P in ipsec
182 spdadd $subnet_remote/24 $subnet_local/24 any -P out ipsec
185 spdadd $subnet_local/24 $subnet_remote/24 any -P in ipsec
233 local subnet_local=fd00:1::
262 rump.route -n add -inet6 -net $subnet_local/64 $ip_gw_local_tunnel
268 rump.route -n add -inet6 -net $subnet_local/64 $ip_gw_remote
290 spdadd $subnet_local/64 $subnet_remote/64 any -P out ipsec
293 spdadd $subnet_remote/64 $subnet_local/64 any -P in ipsec
308 spdadd $subnet_remote/64 $subnet_local/64 any -P out ipsec
311 spdadd $subnet_local/64 $subnet_remote/64 any -P in ipsec