Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-11-07,master
commit 293803e4e5e02d46eebd65f94566b687cd7de37a Author: Sven Eckelmann sven@narfation.org Date: Thu Nov 7 15:43:17 2019 +0000
doc: open-mesh/OpenWrt_in_QEMU
293803e4e5e02d46eebd65f94566b687cd7de37a open-mesh/OpenWrt_in_QEMU.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/open-mesh/OpenWrt_in_QEMU.textile b/open-mesh/OpenWrt_in_QEMU.textile index f451f50..ffa4587 100644 --- a/open-mesh/OpenWrt_in_QEMU.textile +++ b/open-mesh/OpenWrt_in_QEMU.textile @@ -45,7 +45,7 @@ BRIDGE=br-qemu NUM_SESSIONS=3
sudo ip link add "${BRIDGE}" type bridge -for i in $(seq 1 "${NUM_SESSIONS}")`; do +for i in $(seq 1 "${NUM_SESSIONS}"); do sudo ip tuntap add dev tap$i mode tap user "$USER" sudo ip link set tap$i up sudo ip link set tap$i master "${BRIDGE}"