Signed-off-by: FUJITA Tomonori <[email protected]>
---
ryu/services/protocols/bgp/info_base/ipv4.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ryu/services/protocols/bgp/info_base/ipv4.py
b/ryu/services/protocols/bgp/info_base/ipv4.py
index de0d4c7..13d7f62 100644
--- a/ryu/services/protocols/bgp/info_base/ipv4.py
+++ b/ryu/services/protocols/bgp/info_base/ipv4.py
@@ -37,8 +37,9 @@ class IPv4Dest(Destination, NonVrfPathProcessingMixin):
ROUTE_FAMILY = RF_IPv4_UC
def _best_path_lost(self):
+ old_best_path = self._best_path
NonVrfPathProcessingMixin._best_path_lost(self)
- self._core_service._signal_bus.best_path_changed(self)
+ self._core_service._signal_bus.best_path_changed(old_best_path)
def _new_best_path(self, best_path):
NonVrfPathProcessingMixin._new_best_path(self, best_path)
--
1.8.5.2 (Apple Git-48)
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel