Conversation
|
Hi there, thank you for your PR. The default time unit, when not specified, is milliseconds. I wonder if 1 millisecond is a too small value... Was it your intention setting it to 1 second instead? If so, it must be defined as |
updated to 100ms
|
Hey, My main goal with the pr is to enable the mii monitoring for the active-backup example. I used this as a template and went to test the failover and it didn't happen. Once I added the mii-monitor-interval it failed-over as intended. I've updated the value to 100ms. This is from the Mikrotik default value I saw online in their [docs](MII monitoring), but the desire is to add a positive int value. |
|
Yes, I got it :) Anyway, thanks for your patch ;) |
* added mii-monitor-interval to monitor the connection and failover if needed
…needed
Description
I added mii-monitor-interval to the example so the active-backup connection would failover. The default value is 0 and doesn't monitor the carrier connection.
Checklist
make checksuccessfully.make check-coverage).