Exemplo n.º 1
0
 def add_virtual_tunnel_port(self, tunnel_type):
     return commands.AddVirtualTunnelPort(self, tunnel_type)
Exemplo n.º 2
0
 def add_virtual_tunnel_port(self, tunnel_type, local_ip=None):
     #在桥上添加一个tunnel port,并指定其对端的ip,key均来源于flow,指定本端的ip
     return commands.AddVirtualTunnelPort(self, tunnel_type, local_ip)
Exemplo n.º 3
0
 def add_virtual_tunnel_port(self, tunnel_type, local_ip=None):
     return commands.AddVirtualTunnelPort(self, tunnel_type, local_ip)