Lines Matching refs:gateway
35 self.gateway = None
68 # Retrieve the gateway for the default route.
78 self.gateway, self.interface = line.strip().split(' ')
97 # Add route using the pre-backchannel gateway.
99 self.gateway)
103 # Make sure we have a route to the gateway before continuing.
104 logging.info('Waiting for route to gateway %s', self.gateway)
130 if self.gateway:
131 logging.info('Waiting for route restore to gateway %s',
132 self.gateway)
186 dest = self.gateway