Lines Matching refs:interface
35 from neutron.agent.solaris import interface
140 """Configure IP addresses on router's external gateway interface.
214 # Clean up addresses that no longer belong on the gateway interface and
218 LOG.debug("Removing floating ip %s from interface %s",
233 LOG.debug("adding internal network: port(%s), interface(%s)",
235 # driver just returns if datalink and IP interface already exists
306 LOG.debug("removing internal network: port(%s) interface(%s)",
516 LOG.debug("External gateway added: port(%s), interface(%s)",
566 LOG.debug("External gateway removed: port(%s), interface(%s)",
701 cfg.CONF.register_opts(interface.OPTS)
714 msg = _LE('An interface driver must be specified')