From eaa4bbc3531063bf474968be1492812cbe15adef Mon Sep 17 00:00:00 2001 From: enigamict Date: Fri, 10 Sep 2021 22:34:31 +0900 Subject: [PATCH] tests: fix typo in zebra.conf Signed-off-by: enigamict --- tests/topotests/bgp_evpn_overlay_index_gateway/host2/zebra.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/bgp_evpn_overlay_index_gateway/host2/zebra.conf b/tests/topotests/bgp_evpn_overlay_index_gateway/host2/zebra.conf index 9135545c58..b9f80f112d 100644 --- a/tests/topotests/bgp_evpn_overlay_index_gateway/host2/zebra.conf +++ b/tests/topotests/bgp_evpn_overlay_index_gateway/host2/zebra.conf @@ -1,4 +1,4 @@ ! -int host1-eth0 +int host2-eth0 ip address 50.0.1.21/24 ipv6 address 50:0:1::21/48 -- 2.39.5