示例#1
0
 def set_lrouter_port_in_lswitch_port(
         self, lswitch_port, lrouter_port, is_gw_port=False, if_exists=True,
         lsp_address=ovn_const.DEFAULT_ADDR_FOR_LSP_WITH_PEER):
     return cmd.SetLRouterPortInLSwitchPortCommand(self, lswitch_port,
                                                   lrouter_port, is_gw_port,
                                                   if_exists,
                                                   lsp_address)
 def set_lrouter_port_in_lswitch_port(self,
                                      lswitch_port,
                                      lrouter_port,
                                      is_gw_port=False,
                                      if_exists=True):
     return cmd.SetLRouterPortInLSwitchPortCommand(self, lswitch_port,
                                                   lrouter_port, is_gw_port,
                                                   if_exists)
示例#3
0
 def set_lrouter_port_in_lswitch_port(self, lswitch_port, lrouter_port):
     return cmd.SetLRouterPortInLSwitchPortCommand(self, lswitch_port,
                                                   lrouter_port)