Skip to content

Commit

Permalink
vslib: add useConfiguredSpeedAsOperSpeed initialization in SwitchConfig
Browse files Browse the repository at this point in the history
Signed-off-by: Wataru Ishida <[email protected]>
  • Loading branch information
ishidawataru committed Nov 15, 2024
1 parent 75fcfc2 commit 9d0654e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vslib/SwitchConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ SwitchConfig::SwitchConfig(
m_bootType(SAI_VS_BOOT_TYPE_COLD),
m_switchIndex(switchIndex),
m_hardwareInfo(hwinfo),
m_useTapDevice(false)
m_useTapDevice(false),
m_useConfiguredSpeedAsOperSpeed(false)
{
SWSS_LOG_ENTER();

Expand Down

0 comments on commit 9d0654e

Please sign in to comment.