mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Remove vestigial bonding parameters
This commit is contained in:
parent
9e8de2a702
commit
b277e04efa
1 changed files with 0 additions and 3 deletions
|
@ -1823,10 +1823,7 @@ public:
|
||||||
speed, alloc, linkNameStr.c_str());
|
speed, alloc, linkNameStr.c_str());
|
||||||
enabled = false;
|
enabled = false;
|
||||||
}
|
}
|
||||||
//uint32_t upDelay = OSUtils::jsonInt(link["upDelay"],-1);
|
|
||||||
//uint32_t downDelay = OSUtils::jsonInt(link["downDelay"],-1);
|
|
||||||
uint8_t ipvPref = OSUtils::jsonInt(link["ipvPref"],0);
|
uint8_t ipvPref = OSUtils::jsonInt(link["ipvPref"],0);
|
||||||
//uint32_t linkMonitorInterval = OSUtils::jsonInt(link["monitorInterval"],(uint64_t)0);
|
|
||||||
std::string failoverToStr(OSUtils::jsonString(link["failoverTo"],""));
|
std::string failoverToStr(OSUtils::jsonString(link["failoverTo"],""));
|
||||||
// Mode
|
// Mode
|
||||||
std::string linkModeStr(OSUtils::jsonString(link["mode"],"spare"));
|
std::string linkModeStr(OSUtils::jsonString(link["mode"],"spare"));
|
||||||
|
|
Loading…
Add table
Reference in a new issue