Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit f7bb758147de1c545a71ba4988eb2cf06d8b296d Author: Simon Wunderlich sw@simonwunderlich.de Date: Sun Oct 18 16:31:14 2009 +0000
doc: open-mesh/Emulation
f7bb758147de1c545a71ba4988eb2cf06d8b296d open-mesh/Emulation.textile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/open-mesh/Emulation.textile b/open-mesh/Emulation.textile index 2e93c060..faf035b6 100644 --- a/open-mesh/Emulation.textile +++ b/open-mesh/Emulation.textile @@ -53,7 +53,7 @@ The script above is far from perfect, it takes some minutes after the rc.local f
A sample openwrt image can be found here:
- * TODO + * [http://packetmixer.de/openwrt-x86-jffs2-128k.image]
=== vde_switch ===
@@ -67,11 +67,11 @@ To accomplish this, i've modified the vde_switch to have "coloured" ports. The i
In this concept, the host port can have colour 1 while the interconnection ports have to colour 0. This way, packets can only travel from the host to (all of) the interconnection ports, or from one interconnection port to the host port. However packets can not travel between the the interconnection ports, thus only allowing "one hop" connections and avoiding switch loops and shared broadcast domains. The concept is illustrated below:
- * TODO + [[Image(wiki:Emulation:vde_switch.png)]]
-You can find the patch to add these colour patches here: +You can find the patch against vde2-2.2.3 (current latest stable version) to add these colour patches here:
- * TODO + * [attachment:vde2-2.2.3_colour.patch vde2-2.2.3_colour.patch]
=== wirefilter ===