diff --git a/README.md b/README.md index 17b62a2..b794380 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,17 @@ EntityDB holds all network allocations and associated information. Firstly create an entry by creating a directory with your unique username, `deavmi/` for example. -Inside there you place your network allocations as `deavmi/networkName1`, `deavmi/networkName2` etc. +### Networks -An entry for `deavmi/networkName1` looks like this: +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: ``` -Prefix=ffff::/90 -PublicKey=dfkhjfdhjfhjkk +[deavmi.home.network] + # Required network information + Prefix="fdd2:cbf2:61bd::/48" + PublicKey="" -#Subnets within the /48 subnet -Networks=[] -``` - -Create a directory called `networkName/` and inside of it \ No newline at end of file + # For network connectivity tests + RouterIP="fdd2:cbf2:61bd::1" + NonRouterIP="fdd2:cbf2:61bd::2" +``` \ No newline at end of file