From 27de57ec3372cae17cb2226fa2cd1f1636139cee Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 4 Aug 2023 13:04:48 -0400 Subject: [PATCH] tests: config_timing calls non-existent command ./config_timing.test_config_timing/r1/zebra.log:2023/08/04 12:34:29 ZEBRA: [SHWNK-NWT5S][EC 100663304] No such command on config line 7: exit-route-map ./config_timing.test_config_timing/r1/zebra.log:2023/08/04 12:34:29 ZEBRA: [SHWNK-NWT5S][EC 100663304] No such command on config line 10: exit-route-map Signed-off-by: Donald Sharp --- tests/topotests/config_timing/r1/zebra.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/topotests/config_timing/r1/zebra.conf b/tests/topotests/config_timing/r1/zebra.conf index 46fd965034..b4dc338b8d 100644 --- a/tests/topotests/config_timing/r1/zebra.conf +++ b/tests/topotests/config_timing/r1/zebra.conf @@ -4,10 +4,8 @@ ip prefix-list ANY permit 0.0.0.0/0 le 32 ipv6 prefix-list ANY seq 10 permit any route-map RM-NONE4 deny 10 -exit-route-map route-map RM-NONE6 deny 10 -exit-route-map interface r1-eth0 ip address 100.0.0.1/24 -- 2.39.5