public.json 542 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "public_test_network",
  3. "private": false,
  4. "enableBroadcast": true,
  5. "allowPassiveBridging": false,
  6. "v4AssignMode": "zt",
  7. "v6AssignMode": "rfc4193",
  8. "multicastLimit": 32,
  9. "relays": [],
  10. "gateways": [],
  11. "ipLocalRoutes": ["10.66.0.0/16"],
  12. "ipAssignmentPools": [{"ipRangeStart":"10.66.0.1","ipRangeEnd":"10.66.255.254"}],
  13. "rules": [
  14. {
  15. "ruleNo": 10,
  16. "etherType": 2048,
  17. "action": "accept"
  18. },{
  19. "ruleNo": 20,
  20. "etherType": 2054,
  21. "action": "accept"
  22. },{
  23. "ruleNo": 30,
  24. "etherType": 34525,
  25. "action": "accept"
  26. }]
  27. }