1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples/gnrc_networking/README.md: add make reminder

This commit is contained in:
Lotte Steenbrink 2018-10-25 19:22:03 +02:00
parent 959e4491fa
commit dd1c32c011

View File

@ -18,7 +18,9 @@ some packets to arrive at the application (they will however show up in Wireshar
which can be confusing). So be sure to adjust your firewall rules, or turn it off
(who needs security anyway).
First, create a tap interface:
First, make sure you've compiled the application by calling `make`.
Now, create a tap interface:
sudo ip tuntap add tap0 mode tap user ${USER}
sudo ip link set tap0 up