From: Saverio Proto Date: Wed, 11 Jun 2014 18:23:24 +0000 (+0200) Subject: Again: Adding a valid Address in the configuration to be able to test the generation... X-Git-Url: http://git.meshlink.io/?p=netlab;a=commitdiff_plain;h=ebb9d7835de47ca6f9f9bd32962a248e4a63fce5 Again: Adding a valid Address in the configuration to be able to test the generation of invites strings --- diff --git a/lab1/middle/meshlink/hosts/middle b/lab1/middle/meshlink/hosts/middle new file mode 100644 index 0000000..14dea7a --- /dev/null +++ b/lab1/middle/meshlink/hosts/middle @@ -0,0 +1 @@ +Address = 192.168.0.1 diff --git a/lab1/one/meshlink/hosts/one b/lab1/one/meshlink/hosts/one new file mode 100644 index 0000000..e940e9a --- /dev/null +++ b/lab1/one/meshlink/hosts/one @@ -0,0 +1 @@ +Address = 192.168.1.2 diff --git a/lab1/zero/meshlink/hosts/zero b/lab1/zero/meshlink/hosts/zero new file mode 100644 index 0000000..c8d2d74 --- /dev/null +++ b/lab1/zero/meshlink/hosts/zero @@ -0,0 +1 @@ +Address = 192.168.0.2