From f50d4bcb80ef5588eb7704993033fc7c05ee69d5 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 14 Nov 2024 16:46:13 +0100 Subject: [PATCH] fix BGP config --- 03_routing/06_bgp_convergence/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/03_routing/06_bgp_convergence/config.json b/03_routing/06_bgp_convergence/config.json index e00adde..2e8606f 100644 --- a/03_routing/06_bgp_convergence/config.json +++ b/03_routing/06_bgp_convergence/config.json @@ -43,7 +43,7 @@ { "local-ipv4-address": "172.16.2.2", "peer-ipv4-address": "172.16.2.1", - "network-interface": "veth2.10", + "network-interface": "veth2:10", "raw-update-file": "/home/student/bngblaster-training/03_routing/06_bgp_convergence/rx1.bgp", "local-as": 65001, "peer-as": 65001 @@ -51,7 +51,7 @@ { "local-ipv4-address": "172.16.3.2", "peer-ipv4-address": "172.16.3.1", - "network-interface": "veth3.10", + "network-interface": "veth3:10", "local-as": 65001, "peer-as": 65001 }