]> git.puffer.fish Git - mirror/frr.git/commit
tests: bgp_evpn_rt5 test match evpn vni 18708/head
authorLouis Scalbert <louis.scalbert@6wind.com>
Thu, 24 Apr 2025 09:06:10 +0000 (11:06 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Thu, 24 Apr 2025 09:06:10 +0000 (11:06 +0200)
commitb7ffa507771c46c5f826edad888ab0e1227cc632
tree881664648e93ae7b360d96fee8ada11cdaf8e1f4
parent38145c2db1704cfa5ea6bbb2104239f983587b43
tests: bgp_evpn_rt5 test match evpn vni

0d5bd461af commit was supposed to check that route-map "match evpn vni"
was working by adding a r3 router that injected prefixes with VNI 102.
A route-map on r1 was filtering r3 prefixes. However, the test was
working even after removing r3. A check was needed without the route-map
to check that r3 prefixes were received before applying the filter.

Test "match evpn vni" route-map filtering applied to r2 input instead.

Fixes: 0d5bd461af ("topotests: bgp_evpn_rt5, add test with match evpn vni command")
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
tests/topotests/bgp_evpn_rt5/test_bgp_evpn.py