Example #1
0
 def add_virtual_tunnel_port(self, tunnel_type):
     return commands.AddVirtualTunnelPort(self, tunnel_type)
Example #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)
Example #3
0
 def add_virtual_tunnel_port(self, tunnel_type, local_ip=None):
     return commands.AddVirtualTunnelPort(self, tunnel_type, local_ip)