55The comments and instructions below are for the new IP stack in Zephyr.
66
77In a Zephyr default setup, the network tools are pre-installed under the
8- ` tools ` directory.
8+ tools directory.
99
1010Here are instructions for how to communicate between Zephyr running
1111inside QEMU, and a host device that is running Linux.
1212
1313For setting up routing and NAT rules to allow access to external networks, please see
1414[ README NAT.md] ( README%20NAT.md )
1515
16- You need to run * socat* and * tunslip* to create a minimally working
16+ You need to run ` socat ` and ` tunslip ` to create a minimally working
1717network setup.
1818
1919There are convenience scripts (_ loop-socat.sh_ and _ loop-slip-tap.sh_ ) for
@@ -101,8 +101,8 @@ $ net-setup.sh --config my-own-config.conf --iface foobar
101101
102102It is also possible to let the script return and then stop the network
103103interface later. This can be done by first creating the interface with the
104- " start" or "up" command, and then later remove the interface with the
105- " stop" or " down" command.
104+ ` start ` or ` up ` command, and then later remove the interface with the
105+ ` stop ` or ` down ` command.
106106```
107107$ net-setup.sh start
108108do your things here
@@ -115,15 +115,14 @@ $ net-setup.sh --config my-own-config.conf down
115115```
116116
117117Any extra parameters that the script does not know, are passed directly
118- to the "ip" command.
118+ to the ` ip ` command.
119119```
120120$ net-setup.sh --config my-own-config.conf --iface foo user bar
121121```
122122
123123## Using encrypted SSL link with echo-* programs
124124
125- Install stunnel
126-
125+ Install ` stunnel ` .
127126Fedora:
128127```
129128$ dnf install stunnel
@@ -244,7 +243,7 @@ CONFIG_MBEDTLS_HEAP_SIZE=30000
244243## PPP Connectivity
245244
246245You can test the PPP connectivity running Zephyr in QEMU using a pppd that is
247- running on the Linux host. You need to run * socat* and * pppd* to create
246+ running on the Linux host. You need to run ` socat ` and ` pppd ` to create
248247a minimally working network setup.
249248
250249There are convenience scripts (_ loop-ppp-dev.sh_ and _ loop-pppd.sh_ ) for
0 commit comments