Searched defs:router (Results 1 - 1 of 1) sorted by relevance
/solaris-userland-s11u3/components/openstack/neutron/files/agent/ |
H A D | evs_l3_agent.py | 31 from neutron.agent.l3 import router_info as router namespace 56 class SolarisRouterInfo(router.RouterInfo): 58 def __init__(self, router_id, router, agent_conf, interface_driver, 60 super(SolarisRouterInfo, self).__init__(router_id, router, agent_conf, 67 """Initialize the router on the system. 109 # Since we support shared router model, we need to block the new 155 # if the external gateway is already setup for the shared router, 231 internal_ports = self.router.get(l3_constants.INTERFACE_KEY, []) 268 # remove any internal stale router interfaces (i.e., l3i.. VNICs) 276 LOG.debug(_('Deleting stale internal router devic [all...] |
Completed in 12 milliseconds