Config update for new interface naming

pull/13/head
Ken 2021-03-30 19:28:11 -04:00
parent e7cd52ade4
commit 63d231d29a
1 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@
"Overlays": { "Overlays": {
"OVERLAYNAME": { "OVERLAYNAME": {
"Type": "TUNNEL", "Type": "TUNNEL",
"TapName": "tnl-" "TapNamePrefix": "tnl"
} }
} }
}, },
@ -46,7 +46,7 @@
"LogDir": "/var/log/evio/", "LogDir": "/var/log/evio/",
"LogFilename": "bf.log", "LogFilename": "bf.log",
"LogLevel": "WARNING", "LogLevel": "WARNING",
"BridgeName": "evio", "BridgeName": "",
"DemandThreshold": "100M", "DemandThreshold": "100M",
"FlowIdleTimeout": 60, "FlowIdleTimeout": 60,
"FlowHardTimeout": 60, "FlowHardTimeout": 60,
@ -64,14 +64,14 @@
"AutoDelete": true, "AutoDelete": true,
"Type": "OVS", "Type": "OVS",
"SwitchProtocol": "BF", "SwitchProtocol": "BF",
"NamePrefix": "evio", "NamePrefix": "evi",
"IP4": "10.10.10.*", "IP4": "10.10.10.*",
"PrefixLen": 24, "PrefixLen": 24,
"MTU": 1410, "MTU": 1410,
"AppBridge": { "AppBridge": {
"AutoDelete": true, "AutoDelete": true,
"Type": "OVS", "Type": "OVS",
"NamePrefix": "appbr", "NamePrefix": "abr",
"IP4": "10.10.10.*", "IP4": "10.10.10.*",
"PrefixLen": 24, "PrefixLen": 24,
"MTU": 1410 "MTU": 1410