updat jsoncpp and cleanup build env

This commit is contained in:
stubbfel
2017-06-16 22:25:35 +02:00
parent 225fd3870f
commit c7b58a2e62
7 changed files with 48 additions and 1986 deletions

33
src/config-example.json Normal file
View File

@@ -0,0 +1,33 @@
[
{
"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::"
}
]
}
]