From 26a4406286710cd2d83a52f35d3ef4731fdd6d8e Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Mon, 25 Jan 2016 06:09:11 -0800 Subject: [PATCH] examples/gnrc_networking: rm mention of tap bridge --- examples/gnrc_networking/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gnrc_networking/README.md b/examples/gnrc_networking/README.md index 01de50f08d..8ad8bbd587 100644 --- a/examples/gnrc_networking/README.md +++ b/examples/gnrc_networking/README.md @@ -10,7 +10,7 @@ IPv6 module automatically. On some systems (openSUSE for example), the _firewall_ may interfere, and prevent some packets to arrive at the application (they will however show up in Wireshark, 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 (to which RIOT will connect) and a bridge (to which Linux will connect): +First, create a tap interface: sudo ip tuntap add tap0 mode tap user ${USER} sudo ip link set tap0 up