示例#1
0
文件: vpn.py 项目: leftyLin/ryu
    def _new_best_path(self, best_path):
        NonVrfPathProcessingMixin._new_best_path(self, best_path)
        self._core_service._signal_bus.best_path_changed(best_path, False)

        # Extranet feature requires that we import new best path into VRFs.
        tm = self._core_service.table_manager
        tm.import_single_vpn_path_to_all_vrfs(self._best_path, self._best_path.get_rts())
示例#2
0
    def _new_best_path(self, best_path):
        NonVrfPathProcessingMixin._new_best_path(self, best_path)

        # Extranet feature requires that we import new best path into VRFs.
        tm = self._core_service.table_manager
        tm.import_single_vpn_path_to_all_vrfs(self._best_path,
                                              self._best_path.get_rts())
示例#3
0
 def _new_best_path(self, best_path):
     NonVrfPathProcessingMixin._new_best_path(self, best_path)
     self._core_service._signal_bus.best_path_changed(best_path, False)
示例#4
0
文件: ipv4.py 项目: MohdAhmad/ryu
 def _new_best_path(self, best_path):
     NonVrfPathProcessingMixin._new_best_path(self, best_path)
     self._core_service._signal_bus.best_path_changed(best_path)
示例#5
0
 def _new_best_path(self, new_best_path):
     NonVrfPathProcessingMixin._new_best_path(self, new_best_path)
示例#6
0
文件: rtc.py 项目: alextwl/ryu
 def _new_best_path(self, new_best_path):
     NonVrfPathProcessingMixin._new_best_path(self, new_best_path)