From 688495ab6b04838266f000388b93f02218e342e2 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Thu, 26 Sep 2024 14:07:44 +0300 Subject: [PATCH] tests: Check if `match src-peer ...` can be used for incoming route-map Signed-off-by: Donatas Abraitis --- tests/topotests/bgp_match_peer/r1/frr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/bgp_match_peer/r1/frr.conf b/tests/topotests/bgp_match_peer/r1/frr.conf index ad61ec6f3abf..02fb8ae518e2 100644 --- a/tests/topotests/bgp_match_peer/r1/frr.conf +++ b/tests/topotests/bgp_match_peer/r1/frr.conf @@ -25,7 +25,7 @@ route-map all permit 5 set metric 1 ! route-map all permit 10 - match peer 192.168.1.2 + match src-peer 192.168.1.2 set metric 2 ! route-map all permit 15