Searched refs:existing_tunnels (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py203 existing_tunnels = [] variable
1511 list existing_tunnels[] is used to cache the tunnels created.
1572 global existing_tunnels
1573 delete_tunnels(existing_tunnels)
1575 existing_tunnels = []
1625 if tun_name not in existing_tunnels:
1626 existing_tunnels.append(tun_name)

Completed in 16 milliseconds