tests: bfd.at: Fix bridge name in comment
authorMarkos Chandras <mchandras@suse.de>
Thu, 26 May 2016 15:23:02 +0000 (16:23 +0100)
committerBen Pfaff <blp@ovn.org>
Thu, 26 May 2016 16:44:06 +0000 (09:44 -0700)
The bridge sitting between 'br-bfd0' and 'br-bfd1' is called 'br-sw'
instead of 'br2' and the patch ports are 'p0-sw' and 'p1-sw' instead
of 'p0-2' and 'p1-2' respectively so fix the comment.

Signed-off-by: Markos Chandras <mchandras@suse.de>
Signed-off-by: Ben Pfaff <blp@ovn.org>
tests/bfd.at

index 925af77..8bbf00b 100644 (file)
@@ -85,8 +85,8 @@ AT_CLEANUP
 
 
 AT_SETUP([bfd - Verify tunnel down detection])
-#Create 3 bridges - br-bfd0, br-bfd1 and br-sw which is midway between the two. br2 is
-#connected to br-bfd0 and br-bfd1 through patch ports p0-2 and p1-2. Enable BFD on
+#Create 3 bridges - br-bfd0, br-bfd1 and br-sw which is midway between the two. br-sw is
+#connected to br-bfd0 and br-bfd1 through patch ports p0-sw and p1-sw. Enable BFD on
 #interfaces in br-bfd0 and br-bfd1. When br-sw is dropping all packets, BFD should detect
 # that the tunnel is down, and come back up when br-sw is working fine.