Repository : ssh://git@diktynna/doc
On branches: backup-redmine/2021-10-09,backup-redmine/2021-11-13,backup-redmine/2021-12-11,backup-redmine/2022-01-08,backup-redmine/2022-02-12,backup-redmine/2022-03-12,backup-redmine/2022-04-09,backup-redmine/2022-05-07,backup-redmine/2022-06-11,backup-redmine/2022-08-06,backup-redmine/2022-10-07,backup-redmine/2022-11-14,backup-redmine/2023-01-14,main
commit e3d13f4703a496edf8131768fb19b191d9d7baa4 Author: Sven Eckelmann sven@narfation.org Date: Sun Oct 3 18:31:57 2021 +0000
doc: devtools/OpenWrt_in_QEMU
e3d13f4703a496edf8131768fb19b191d9d7baa4 devtools/OpenWrt_in_QEMU.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/devtools/OpenWrt_in_QEMU.textile b/devtools/OpenWrt_in_QEMU.textile index 0e9c07e7..17a0fb8b 100644 --- a/devtools/OpenWrt_in_QEMU.textile +++ b/devtools/OpenWrt_in_QEMU.textile @@ -1,6 +1,6 @@ h1. OpenWrt in QEMU
-The [[open-mesh:Emulation Environment#Architecture|simple emulation architecture]] can be implemented rather easily using qemu and an x86_64 image from OpenWrt. +The [[Emulation Environment#Architecture|simple emulation architecture]] can be implemented rather easily using qemu and an x86_64 image from OpenWrt.
!openwrt_in_qemu.png!
@@ -74,7 +74,7 @@ The qemu instance is started in a rather specific way to enable all features whi * a NIC is connected to the tap interface (from the virtual network) to transport mesh (and other) traffic * a user NIC is created to transport (NAT'ed) traffic to/from the internet * a shared path from host is provided for the client -* the qemu gdb server is enabled to allow [[open-mesh:Kernel_debugging_with_qemu's_GDB_server|kernel debugging]] +* the qemu gdb server is enabled to allow [[Kernel_debugging_with_qemu's_GDB_server|kernel debugging]]
The @SHARED_PATH@ in run.sh has to be changed to a valid path which is used to share things like a precompiled batman-adv.ko and other tools