Files
zeronsd/testdata/networks/6plane-only.json
Erik Hollensbe 14885358a4 Tests for IPv6 functionality
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>
2021-06-22 22:42:33 -07:00

15 lines
217 B
JSON

{
"config": {
"name": "6plane-only-default",
"v4AssignMode": {
"zt": false
},
"v6AssignMode": {
"rfc4193": false,
"6plane": true,
"zt": false
},
"private": true
}
}