]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgp_l3vpn_to_bgp_vrf: fix wrong table entries
authorLou Berger <lberger@labn.net>
Tue, 1 May 2018 19:35:52 +0000 (15:35 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:14 +0000 (20:22 -0500)
tests/topotests/bgp_l3vpn_to_bgp_vrf/customize.py

index 3f7c549598304bc4f717b336e82f6723f0d7248e..67850ee2767b6fe63ab3d52b1218626c92603fa8 100644 (file)
@@ -179,8 +179,8 @@ def ltemplatePreRouterStartHook():
     #configure cust2 VRFs & MPLS
     rtrs = ['r4']
     cmds = ['ip link add {0}-cust2 type vrf table 20',
-            'ip ru add oif {0}-cust1 table 20',
-            'ip ru add iif {0}-cust1 table 20',
+            'ip ru add oif {0}-cust2 table 20',
+            'ip ru add iif {0}-cust2 table 20',
             'ip link set dev {0}-cust2 up']
     for rtr in rtrs:
         for cmd in cmds: