Files
1261Nat/src/config-example.json
2017-06-16 22:25:35 +02:00

34 lines
606 B
JSON

[
{
"name" : "eth0<->eth1",
"items":
[
{
"nic-name": "eth0",
"type": 4
},
{
"nic-name": "eth1",
"type": 6,
"mtu": 1000,
"prefix": "42::"
}
]
},
{
"name" : "eth2<->eth3",
"items":
[
{
"nic-name": "eth2",
"type": 4
},
{
"nic-name": "eth3",
"type": 6,
"prefix": "23::"
}
]
}
]