You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
542 B
27 lines
542 B
{ |
|
"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" |
|
}] |
|
}
|
|
|