diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-09 12:50:52 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-09 12:50:52 -0700 |
| commit | 97dee9de36a69ed0aba4baf0cce03b9c4f11b30d (patch) | |
| tree | bf206c49909fbca729e37cabc7dbdd96af0a4b35 /examples/api/public.json | |
| parent | 6b5bb0b27874b3005964deaca347289e583899f8 (diff) | |
| download | infinitytier-97dee9de36a69ed0aba4baf0cce03b9c4f11b30d.tar.gz infinitytier-97dee9de36a69ed0aba4baf0cce03b9c4f11b30d.zip | |
Add more helpful example stuff.
Diffstat (limited to 'examples/api/public.json')
| -rw-r--r-- | examples/api/public.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/examples/api/public.json b/examples/api/public.json new file mode 100644 index 00000000..4317bd3e --- /dev/null +++ b/examples/api/public.json @@ -0,0 +1,27 @@ +{ + "name": "public_test_network", + "private": false, + "enableBroadcast": true, + "allowPassiveBridging": false, + "v4AssignMode": "zt", + "v6AssignMode": "rfc4193", + "multicastLimit": 32, + "relays": [], + "gateways": [], + "ipLocalRoutes": ["10.66.0.0/16"], + "ipAssignmentPools": [{"ipRangeStart":"10.66.0.1","ipRangeEnd":"10.66.255.254"}], + "rules": [ + { + "ruleNo": 10, + "etherType": 2048, + "action": "accept" + },{ + "ruleNo": 20, + "etherType": 2054, + "action": "accept" + },{ + "ruleNo": 30, + "etherType": 34525, + "action": "accept" + }] +} |
