From 308ae0773f3696218e58ec9d26294f3684ae8ee8 Mon Sep 17 00:00:00 2001 From: Lou Berger Date: Thu, 25 Jan 2018 23:06:12 -0500 Subject: [PATCH] bgp_l3vpn_to_bgp_vrf: don't set vrf-policy, wait for new format Signed-off-by: Lou Berger --- .../bgp_l3vpn_to_bgp_vrf/r1/bgpd.conf | 13 +++++---- .../bgp_l3vpn_to_bgp_vrf/r3/bgpd.conf | 13 +++++---- .../bgp_l3vpn_to_bgp_vrf/r4/bgpd.conf | 29 ++++++++++--------- 3 files changed, 29 insertions(+), 26 deletions(-) diff --git a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/bgpd.conf b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/bgpd.conf index cb8a806ebe..2f2abb4233 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/bgpd.conf +++ b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/bgpd.conf @@ -19,12 +19,13 @@ router bgp 5226 neighbor 2.2.2.2 activate exit-address-family ! - vrf-policy cust1 - label 101 - rd 10:1 - rt both 52:100 - !nexthop 192.168.1.1 - exit-vrf-policy +#wait for new syntax +# vrf-policy cust1 +# label 101 +# rd 10:1 +# rt both 52:100 +# !nexthop 192.168.1.1 +# exit-vrf-policy ! !vnc export bgp mode group-nve !vnc export bgp group-nve group cust1 diff --git a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/bgpd.conf b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/bgpd.conf index 9dcc07f1b1..fd14af45e1 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/bgpd.conf +++ b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/bgpd.conf @@ -19,12 +19,13 @@ router bgp 5226 neighbor 2.2.2.2 activate exit-address-family ! - vrf-policy cust1 - label 103 - rd 10:3 - rt both 52:100 -! nexthop 192.168.1.1 - exit-vrf-policy +#wait for new syntax +# vrf-policy cust1 +# label 103 +# rd 10:3 +# rt both 52:100 +#! nexthop 192.168.1.1 +# exit-vrf-policy ! ! vnc export bgp mode group-nve ! vnc export bgp group-nve group cust1 diff --git a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/bgpd.conf b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/bgpd.conf index 3bdc059645..c125ba1b44 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/bgpd.conf +++ b/tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/bgpd.conf @@ -18,20 +18,21 @@ router bgp 5226 neighbor 2.2.2.2 activate exit-address-family ! - vrf-policy cust1 - label 104 - rd 10:4 - rt both 52:100 -! nexthop 192.168.1.1 - exit-vrf-policy -! - vrf-policy cust2 - label 104 - rd 10:4 - #note RT same as cust1 for inter-vrf route leaking - rt both 52:100 -! nexthop 192.168.2.1 - exit-vrf-policy +#wait for new syntax +# vrf-policy cust1 +# label 104 +# rd 10:4 +# rt both 52:100 +#! nexthop 192.168.1.1 +# exit-vrf-policy +#! +# vrf-policy cust2 +# label 104 +# rd 10:4 +# #note RT same as cust1 for inter-vrf route leaking +# rt both 52:100 +#! nexthop 192.168.2.1 +# exit-vrf-policy ! ! vnc export bgp mode group-nve ! vnc export bgp group-nve group cust1 -- 2.39.5