examples/ncclient: various readme fixes 15/14415/4
authorMarek Gradzki <[email protected]>
Wed, 22 Aug 2018 11:41:15 +0000 (13:41 +0200)
committerMarek Gradzki <[email protected]>
Wed, 22 Aug 2018 14:24:01 +0000 (16:24 +0200)
- fix link to honeycomb <validate> implementation
- fix paths in the examples

Change-Id: Ifa72c4f7dbff67fe090ddbc3a67bd94f587b65a3
Signed-off-by: Marek Gradzki <[email protected]>
examples/ncclient/Readme.adoc

index 655394e..1f8820b 100644 (file)
@@ -73,7 +73,7 @@ Support for <validate> RPC requires ODL Fluorine, so custom build is required:
 
 [source]
 ----
-git fetch ssh://[email protected]: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
 ----
 
 == <validate>
@@ -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
 ----