From: Marek Gradzki Date: Wed, 22 Aug 2018 11:41:15 +0000 (+0200) Subject: examples/ncclient: various readme fixes X-Git-Tag: v1.18.10-RC1~15 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F14415%2F4;p=hc2vpp.git examples/ncclient: various readme fixes - fix link to honeycomb implementation - fix paths in the examples Change-Id: Ifa72c4f7dbff67fe090ddbc3a67bd94f587b65a3 Signed-off-by: Marek Gradzki --- 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 ----