mirror of
https://github.com/zerotier/zeronsd.git
synced 2026-05-22 16:25:37 -07:00
14885358a4
This also includes several traits and file organization structuring to make things a little easier to work with when adding future tests. rfc4193 and sixplane are tested as well as ipv4 now. Signed-off-by: Erik Hollensbe <linux@hollensbe.org>
15 lines
217 B
JSON
15 lines
217 B
JSON
{
|
|
"config": {
|
|
"name": "6plane-only-default",
|
|
"v4AssignMode": {
|
|
"zt": false
|
|
},
|
|
"v6AssignMode": {
|
|
"rfc4193": false,
|
|
"6plane": true,
|
|
"zt": false
|
|
},
|
|
"private": true
|
|
}
|
|
}
|