Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 ryu/services/vrrp/router.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ryu/services/vrrp/router.py b/ryu/services/vrrp/router.py
index bcbefa6..4a7ae80 100644
--- a/ryu/services/vrrp/router.py
+++ b/ryu/services/vrrp/router.py
@@ -353,7 +353,7 @@ class VRRPV2StateBackup(VRRPState):
         vrrp_router.send_advertisement()
 
         # This action should be done router on
-        # EventVRRPStateChange(VRRP_STATE_BACKUP->VRRP_STATE_MASTER)
+        # EventVRRPStateChanged(VRRP_STATE_BACKUP->VRRP_STATE_MASTER)
         #
         # RFC3768 6.4.2 Backup
         # o  Broadcast a gratuitous ARP request containing the virtual
@@ -447,7 +447,7 @@ class VRRPRouterV2(VRRPRouter):
             self.send_advertisement()
 
             # This action should be done router on
-            # EventVRRPStateChange(None->VRRP_STATE_MASTER)
+            # EventVRRPStateChanged(None->VRRP_STATE_MASTER)
             #
             # RFC3768 6.4.1
             # o  Broadcast a gratuitous ARP request containing the virtual
@@ -659,7 +659,7 @@ class VRRPRouterV3(VRRPRouter):
             self.send_advertisement()
 
             # This action should be done router on
-            # EventVRRPStateChange(None->VRRP_STATE_MASTER)
+            # EventVRRPStateChanged(None->VRRP_STATE_MASTER)
             #
             # RFC 5795 6.4.1
             #(115) + If the protected IPvX address is an IPv4 address, then:
-- 
1.8.1.5


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to