diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-08-22 13:41:15 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-08-22 16:24:01 +0200 |
commit | f5801c9efa3f79d1d8657849377fef19b6517ca5 (patch) | |
tree | 790c67ea4dc95ad42712fb5aef61766d914445cf /examples | |
parent | 834e67e51f396dcc28b1798c8d2dd1fbf13fba49 (diff) |
examples/ncclient: various readme fixes
- fix link to honeycomb <validate> implementation
- fix paths in the examples
Change-Id: Ifa72c4f7dbff67fe090ddbc3a67bd94f587b65a3
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ncclient/Readme.adoc | 10 |
1 files changed, 5 insertions, 5 deletions
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 <validate> 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 ---- == <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 ---- |