summaryrefslogtreecommitdiff
path: root/examples/api/public.json
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-02-25 10:08:30 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-02-25 10:08:30 -0800
commite5f82f545755f582fc576aa7c583689403d8fe8a (patch)
tree4995818efdfd188aa68dd0546391d547e72a2888 /examples/api/public.json
parenta5e4e3fcac21ed26743f343b43baf7a12199c576 (diff)
downloadinfinitytier-e5f82f545755f582fc576aa7c583689403d8fe8a.tar.gz
infinitytier-e5f82f545755f582fc576aa7c583689403d8fe8a.zip
cleanup
Diffstat (limited to 'examples/api/public.json')
-rw-r--r--examples/api/public.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/examples/api/public.json b/examples/api/public.json
deleted file mode 100644
index 4317bd3e..00000000
--- a/examples/api/public.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "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"
- }]
-}