summaryrefslogtreecommitdiffstats
path: root/hicn-plugin
diff options
context:
space:
mode:
authorAlberto Compagno <acompagn+fdio@cisco.com>2019-08-22 18:14:20 +0200
committerAlberto Compagno <acompagn+fdio@cisco.com>2019-08-22 18:28:41 +0200
commit33eca8c68b581038f225fac7f75b398298341935 (patch)
tree52cb758712bf69dbfa08bf3e55547564e4d8fb10 /hicn-plugin
parent7d14523ac8e0708e8877cce7f3a21a340740dd47 (diff)
[HICN-267] Fixed dependencies on hicn-apps and hicn-light packages
Change-Id: If6615a0b263287b6c1660b636b5b6770da1a3b24 Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
Diffstat (limited to 'hicn-plugin')
-rw-r--r--hicn-plugin/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-plugin/README.md b/hicn-plugin/README.md
index 8a9acae1c..5da8d6a5b 100644
--- a/hicn-plugin/README.md
+++ b/hicn-plugin/README.md
@@ -209,7 +209,7 @@ hicn face app {add intfc <sw_if> {prod prefix <hicn_prefix> cs_size <size_in_pac
`hicn face ip`: manipulates ip application faces in the forwarder.
```
-hicn face ip {[add local <src_address>] remote <dst_address> intfc <sw_if>} | {del id <face_id>}
+hicn face ip {add [local <src_address>] remote <dst_address> intfc <sw_if>} | {del id <face_id>}
<src_address> :the IPv4 or IPv6 local IP address to bind to (not mandatory, if not specified the local address is one of the address assigned to sw_if)
<dst_address> :the IPv4 or IPv6 address of the remote system
<sw_if> :software interface on thop of which we create the face