From b277e04efa849ae985908b500c4b01322d2ee613 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 18 Oct 2021 20:52:49 -0700 Subject: [PATCH] Remove vestigial bonding parameters --- service/OneService.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/service/OneService.cpp b/service/OneService.cpp index dbbac3560..255bad21e 100644 --- a/service/OneService.cpp +++ b/service/OneService.cpp @@ -1823,10 +1823,7 @@ public: speed, alloc, linkNameStr.c_str()); 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); - //uint32_t linkMonitorInterval = OSUtils::jsonInt(link["monitorInterval"],(uint64_t)0); std::string failoverToStr(OSUtils::jsonString(link["failoverTo"],"")); // Mode std::string linkModeStr(OSUtils::jsonString(link["mode"],"spare"));