docs: Fix create memif cli 23/28723/2
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>
Wed, 9 Sep 2020 15:57:12 +0000 (17:57 +0200)
committerBenoît Ganne <bganne@cisco.com>
Wed, 9 Sep 2020 16:56:28 +0000 (16:56 +0000)
Type: docs

Change-Id: I91a954abf77335e1ddcbd1468633d9d7980bbac2
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
extras/libmemif/docs/devperftest_doc.md
extras/libmemif/docs/gettingstarted_doc.md
extras/libmemif/examples/example_setup_doc.md

index 92f21c0..a2748ca 100644 (file)
@@ -8,7 +8,7 @@ Start icmpr-epoll example app and VPP.
 
 VPP-side config:
 ```
-DBGvpp# create memif id 0 master
+DBGvpp# create interface memif id 0 master
 DBGvpp# set int state memif0/0 up
 DBGvpp# set int ip address memif0/0 192.168.1.1/24
 ```
index 977c544..abf9a1a 100644 (file)
@@ -180,7 +180,7 @@ ICMP Responder multi-thread.
 
 VPP config:
 ```
-# create memif id 0 master
+# create interface memif id 0 master
 # set int state memif0 up
 # set int ip address memif0 192.168.1.1/24
 # ping 192.168.1.2
@@ -200,7 +200,7 @@ cpu {
 ```
 VPP config:
 ```
-# create memif id 0 master
+# create interface memif id 0 master
 # set int state memif0 up
 # set int ip address memif0 192.168.1.1/24
 # ping 192.168.1.2
index 89df8ab..136477d 100644 (file)
@@ -10,7 +10,7 @@ Run VPP and icmpr-epoll example (default example when running in container).
 
 VPP-side config:
 ```
-DBGvpp# create memif id 0 master
+DBGvpp# create interface memif id 0 master
 DBGvpp# set int state memif0/0 up
 DBGvpp# set int ip address memif0/0 192.168.1.1/24
 ```