summaryrefslogtreecommitdiff
path: root/examples/api/public.json
diff options
context:
space:
mode:
authorGrant Limberg <glimberg@gmail.com>2015-11-02 18:32:21 -0800
committerGrant Limberg <glimberg@gmail.com>2015-11-02 18:32:21 -0800
commit179b064b05460b706526a3249a25cd07232a42f5 (patch)
treed26dfeb2c02ce59c4a531142684695e45bb515ad /examples/api/public.json
parent75a191a8564030f4d5e99aca76b980e2d69abd20 (diff)
parent4e9d4304761f93a1764d3ec2d2b0c38140decad8 (diff)
downloadinfinitytier-179b064b05460b706526a3249a25cd07232a42f5.tar.gz
infinitytier-179b064b05460b706526a3249a25cd07232a42f5.zip
Merge branch 'edge' into android-jni-dev
Diffstat (limited to 'examples/api/public.json')
-rw-r--r--examples/api/public.json27
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"
+ }]
+}