From f5801c9efa3f79d1d8657849377fef19b6517ca5 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Wed, 22 Aug 2018 13:41:15 +0200 Subject: examples/ncclient: various readme fixes - fix link to honeycomb implementation - fix paths in the examples Change-Id: Ifa72c4f7dbff67fe090ddbc3a67bd94f587b65a3 Signed-off-by: Marek Gradzki --- examples/ncclient/Readme.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'examples') diff --git a/examples/ncclient/Readme.adoc b/examples/ncclient/Readme.adoc index 655394e83..1f8820b25 100644 --- a/examples/ncclient/Readme.adoc +++ b/examples/ncclient/Readme.adoc @@ -73,7 +73,7 @@ Support for RPC requires ODL Fluorine, so custom build is required: [source] ---- -git fetch ssh://mgradzki@gerrit.fd.io:29418/honeycomb refs/changes/40/14040/3 && git cherry-pick FETCH_HEAD +git fetch https://gerrit.fd.io/r/honeycomb refs/changes/40/14040/4 && git cherry-pick FETCH_HEAD mvn clean install -pl infra/data-impl ---- @@ -126,7 +126,7 @@ Example configuration of ACLs on loopback interface. [source] ---- ./acl/test_acl.sh -./acl/test_acl_updates.sh +./acl/test_acl_update.sh ---- === Bridge Domain @@ -144,8 +144,8 @@ Example configuration of NAT on loopback interface. [source] ---- -./acl/test_nat.sh -./acl/test_nat_updates.sh +./nat/test_nat.sh +./nat/test_nat_update.sh ---- == @@ -168,5 +168,5 @@ Example: [source] ---- -./copy_config_url.py "file:///home/m/hc2vpp/examples/ncclient/bd/config_bd.xml" candidate +./copy_config_url.py "file:///[ABSOLUTE PATH TO hc2vpp]/examples/ncclient/bd/config_bd.xml" candidate ---- -- cgit 1.2.3-korg