Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-10-12,master
commit c082ade6b9ecb3c2e1e382fe337310fca2e03fb6 Author: Sven Eckelmann sven@narfation.org Date: Fri Oct 11 23:41:26 2019 +0000
doc: open-mesh/Emulation_Debug
c082ade6b9ecb3c2e1e382fe337310fca2e03fb6 open-mesh/Emulation_Debug.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/open-mesh/Emulation_Debug.textile b/open-mesh/Emulation_Debug.textile index 20a7dcd..2b149c9 100644 --- a/open-mesh/Emulation_Debug.textile +++ b/open-mesh/Emulation_Debug.textile @@ -367,7 +367,7 @@ make KERNELPATH=/home/batman/linux-next The kernel module can also be compiled for better readability for the calltraces:
<pre> -make EXTRA_CFLAGS="-fno-inline -O1 -fno-optimize-sibling-calls" KERNELPATH=/home/sven/tmp/qemu-batman/linux-next V=1 +make EXTRA_CFLAGS="-fno-inline -Og -fno-optimize-sibling-calls" KERNELPATH=/home/sven/tmp/qemu-batman/linux-next V=1 </pre>
h2. View traffic via wireshark from virtual machine