summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2017-12-12 10:17:54 +0100
committerSona Sarmadi <sona.sarmadi@enea.com>2017-12-12 10:17:54 +0100
commit3ce687d38fe2f94ffca7acc525d24c0270942b40 (patch)
treef6c0de4514136f1930af88a42e0cca8989e82ac2
parentd2f0da4c8197e84b99d0c7f28614eb99b761dfac (diff)
downloadnfv-access-documentation-3ce687d38fe2f94ffca7acc525d24c0270942b40.tar.gz
Fixed typo in using_nfv_access_sdks.xml.
Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
-rw-r--r--doc/book-enea-nfv-access-guide/doc/using_nfv_access_sdks.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/book-enea-nfv-access-guide/doc/using_nfv_access_sdks.xml b/doc/book-enea-nfv-access-guide/doc/using_nfv_access_sdks.xml
index 116106e..9c8e6bd 100644
--- a/doc/book-enea-nfv-access-guide/doc/using_nfv_access_sdks.xml
+++ b/doc/book-enea-nfv-access-guide/doc/using_nfv_access_sdks.xml
@@ -1,4 +1,4 @@
1<?xml version="1.0" encoding="ISO-8859-1"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> 3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<chapter id="workflow"> 4<chapter id="workflow">
@@ -224,7 +224,7 @@ MODULE_LICENSE("GPL");</programlisting>
224 <para>On the host, run the <literal>qemu-ifup</literal> script 224 <para>On the host, run the <literal>qemu-ifup</literal> script
225 located in <literal>/etc</literal> directory:</para> 225 located in <literal>/etc</literal> directory:</para>
226 226
227 <para><programlisting># /etc/qemu-ifup –t tap0 –a 192.168.122.10 –p 1050 –g 22</programlisting></para> 227 <para><programlisting># /etc/qemu-ifup -t tap0 -a 192.168.122.10 -p 1050 -g 22</programlisting></para>
228 228
229 <itemizedlist> 229 <itemizedlist>
230 <listitem> 230 <listitem>
@@ -281,9 +281,9 @@ MODULE_LICENSE("GPL");</programlisting>
281 stopping the virtual machine, you can use the 281 stopping the virtual machine, you can use the
282 <literal>qemu-ifdown</literal> script to clean up the configuration 282 <literal>qemu-ifdown</literal> script to clean up the configuration
283 on host. The following command will remove the tap interface and all 283 on host. The following command will remove the tap interface and all
284 the iptables rules for the specific ip address: <programlisting># /etc/qemu-ifdown –t tap0 –a 192.168.122.10</programlisting>If 284 the iptables rules for the specific ip address: <programlisting># /etc/qemu-ifdown -t tap0 -a 192.168.122.10</programlisting>If
285 we need to remove only a particular port forwarding rule from 285 we need to remove only a particular port forwarding rule from
286 iptables, this should be run: <programlisting># /etc/qemu-ifdown –t tap0 –a 192.168.122.10 –p 1050 –g 22</programlisting></para> 286 iptables, this should be run: <programlisting># /etc/qemu-ifdown -t tap0 -a 192.168.122.10 -p 1050 -g 22</programlisting></para>
287 </listitem> 287 </listitem>
288 </orderedlist> 288 </orderedlist>
289 </section> 289 </section>
@@ -300,11 +300,11 @@ MODULE_LICENSE("GPL");</programlisting>
300 300
301 <itemizedlist> 301 <itemizedlist>
302 <listitem> 302 <listitem>
303 <para>Kgdb – for kernel cross-debugging</para> 303 <para>Kgdb â“ for kernel cross-debugging</para>
304 </listitem> 304 </listitem>
305 305
306 <listitem> 306 <listitem>
307 <para>GDBServer – for application cross-debugging</para> 307 <para>GDBServer â“ for application cross-debugging</para>
308 </listitem> 308 </listitem>
309 </itemizedlist> 309 </itemizedlist>
310 310
@@ -347,7 +347,7 @@ MODULE_LICENSE("GPL");</programlisting>
347 <orderedlist> 347 <orderedlist>
348 <listitem> 348 <listitem>
349 <para>On the host, run the script <literal>qemu-ifup</literal> 349 <para>On the host, run the script <literal>qemu-ifup</literal>
350 located in <literal>/etc</literal> directory: <programlisting># /etc/qemu-ifup –t tap0 –a 192.168.122.10 –p 1051 –g 1025</programlisting></para> 350 located in <literal>/etc</literal> directory: <programlisting># /etc/qemu-ifup -t tap0 -a 192.168.122.10 -p 1051 -g 1025</programlisting></para>
351 351
352 <itemizedlist> 352 <itemizedlist>
353 <listitem> 353 <listitem>
@@ -363,13 +363,13 @@ MODULE_LICENSE("GPL");</programlisting>
363 </listitem> 363 </listitem>
364 364
365 <listitem> 365 <listitem>
366 <para><emphasis role="bold">1051</emphasis> – the host port 366 <para><emphasis role="bold">1051</emphasis> â“ the host port
367 which is set to forward traffic from the host to the guest and 367 which is set to forward traffic from the host to the guest and
368 is used by gdb target remote command.</para> 368 is used by gdb target remote command.</para>
369 </listitem> 369 </listitem>
370 370
371 <listitem> 371 <listitem>
372 <para><emphasis role="bold">1025</emphasis>– the port used by 372 <para><emphasis role="bold">1025</emphasis>â“ the port used by
373 GDBServer on guest for listening.</para> 373 GDBServer on guest for listening.</para>
374 </listitem> 374 </listitem>
375 </itemizedlist> 375 </itemizedlist>
@@ -466,4 +466,4 @@ ip route add default via 192.168.122.1 dev enp0s2</programlisting></para>
466 application program.</para> 466 application program.</para>
467 </section> 467 </section>
468 </section> 468 </section>
469</chapter> 469</chapter> \ No newline at end of file