Lines Matching refs:subnet_local
77 local subnet_local=10.0.1.0
110 rump.route -n add -net $subnet_local $ip_gw_local_tunnel
116 rump.route -n add -net $subnet_local $ip_gw_remote
136 spdadd $subnet_local/24 $subnet_remote/24 any -P out ipsec
138 spdadd $subnet_remote/24 $subnet_local/24 any -P in ipsec
150 spdadd $subnet_remote/24 $subnet_local/24 any -P out ipsec
152 spdadd $subnet_local/24 $subnet_remote/24 any -P in ipsec
183 local subnet_local=fd00:1::
216 rump.route -n add -inet6 -net $subnet_local/64 $ip_gw_local_tunnel
222 rump.route -n add -inet6 -net $subnet_local/64 $ip_gw_remote
242 spdadd $subnet_local/64 $subnet_remote/64 any -P out ipsec
244 spdadd $subnet_remote/64 $subnet_local/64 any -P in ipsec
256 spdadd $subnet_remote/64 $subnet_local/64 any -P out ipsec
258 spdadd $subnet_local/64 $subnet_remote/64 any -P in ipsec