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

/solaris-userland-s11u3/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py193 existing_tunnels = [] variable
1427 list existing_tunnels[] is used to cache the tunnels created.
1488 global existing_tunnels
1489 delete_tunnels(existing_tunnels)
1490 existing_tunnels = []
1532 if tun_name not in existing_tunnels:
1533 existing_tunnels.append(tun_name)

Completed in 31 milliseconds