diff --git a/README.md b/README.md index 3263ce9..8e798a8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Firstly create an entry by creating a directory with your unique username, `deav ### Networks -ALl network declarations are created as seperate files per allocation within `deavmi/networks`. An example would be `deavmi/networks/deavmi.home.network` which must look like this: +All network declarations are created as entries in the file `deavmi/network` as so: ``` [deavmi.home.network] @@ -19,6 +19,15 @@ ALl network declarations are created as seperate files per allocation within `de # For network connectivity tests RouterIP="fdd2:cbf2:61bd::1" NonRouterIP="fdd2:cbf2:61bd::2" + +[deavmi.community.network1] + # Required network information + Prefix="fd08:8441:e254::/48" + PublicKey="" + + # For network connectivity tests + RouterIP="fd08:8441:e254::1" + NonRouterIP="fd08:8441:e254::2" ``` ### Services