From 2c4c5fcaeb2f5bd0b3b710191bdfde8a03abbc93 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Mon, 27 Nov 2017 07:49:48 +0100 Subject: MPLS SR configuration examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Provides examples of MPLS SR config using Honeycomb for the following topology: A / vpp1 – vpp2 – vpp4 \ // \ –– vpp3 –– B Each vpp node represents docker container with honeycomb running. A and B represent egrees nodes modeled using tap interfaces. Scripts for building topology and Postman collection with example requests included. Change-Id: I96099d9b5b2af50bf48962c869ad5b2474673227 Signed-off-by: Marek Gradzki --- docker/test/show_interfaces_state.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/test') diff --git a/docker/test/show_interfaces_state.sh b/docker/test/show_interfaces_state.sh index dc868dbea..06d972e79 100755 --- a/docker/test/show_interfaces_state.sh +++ b/docker/test/show_interfaces_state.sh @@ -2,7 +2,7 @@ # Obtain IP of the container # $1 - container name -ip=$($(dirname $0)/docker_ip.sh $1) +ip=$(/hc2vpp/test/docker_ip.sh $1) url="https://$ip:8445/restconf/operational/ietf-interfaces:interfaces-state/" echo "GET $url" -- cgit 1.2.3-korg