Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-09-14,master
commit c47f2a63e137263551f0cbac3e2c64bf71aec40c Author: Sven Eckelmann sven@narfation.org Date: Sun Jul 7 17:34:59 2019 +0000
doc: open-mesh/Emulation_Debug: document creation of dummy device
c47f2a63e137263551f0cbac3e2c64bf71aec40c open-mesh/Emulation_Debug.textile | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/open-mesh/Emulation_Debug.textile b/open-mesh/Emulation_Debug.textile index cf87dc3..7d0ee45 100644 --- a/open-mesh/Emulation_Debug.textile +++ b/open-mesh/Emulation_Debug.textile @@ -330,6 +330,9 @@ cat > test-init.sh << "EOF" set -e export PATH="/host/batctl/:$PATH"
+# ip link add dummy0 type dummy +ip link set up dummy0 + rmmod batman-adv || true insmod /host/batman-adv/net/batman-adv/batman-adv.ko batctl routing_algo BATMAN_IV