Home | History | Annotate | Download | only in test-scripts

Lines Matching refs:interface

46         self.interface = iface
61 self.interface,
103 interface = route[colMap["Iface"]]
109 Route(interface, destination, gateway, flags, mask))
111 def hasDefaultRoute(self, interface):
114 rr.interface == interface and
126 def hasInterfaceRoute(self, interface):
129 rr.interface == interface and