Page MenuHomeVyOS Platform

bond: add ability to specify mii monitor interval via CLI
Closed, ResolvedPublicFEATURE REQUEST

Description

Linux Kernel supports to specifiy the MII link monitoring frequency in milliseconds. This determines how often the link state of each slave is inspected for link failures. A value of zero disables MII link monitoring. A value of 100 is a good starting point.

The default value is 100.

set interfaces bonding bond0 mii-mon-interval <n>

Details

Version
-
Is it a breaking change?
Perfectly compatible