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

/solaris-userland/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py194 IPSEC_CONNS = 'ipsec_site_connections' variable
641 for conn in new_status[IPSEC_CONNS]:
642 new_status[IPSEC_CONNS][conn] = {
1461 if not cache[IPSEC_CONNS]:
1465 for site_conn in cache[IPSEC_CONNS]:
1466 status = cache[IPSEC_CONNS][site_conn]['status']
1475 new_status[IPSEC_CONNS][site_conn] = {
1485 cache[IPSEC_CONNS].pop(badboy)

Completed in 17 milliseconds