D | xfrm_tunnel_test.py | 341 def __init__(self, iface, netid, underlying_netid, local, remote, version): argument 342 self.iface = iface 361 self.iproute.DeleteLink(self.iface) 407 def __init__(self, iface, netid, underlying_netid, _, local, remote, version): argument 408 super(VtiInterface, self).__init__(iface, netid, underlying_netid, local, 419 self.iface, self.local, self.remote, self.ikey, self.okey) 490 def __init__(self, iface, netid, underlying_netid, ifindex, local, remote, argument 492 super(XfrmInterface, self).__init__(iface, netid, underlying_netid, local, 503 return self.iproute.CreateXfrmInterface(self.iface, self.netid, self.ifindex) 591 iface = "ipsec%s" % netid [all …]
|