You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first would be using a library like this: https://github.com/andrew-d/interfaces-rs to get the interfaces on the machine, check if they're a bond and then check the up/down status and take appropriate action.
the second way would be to open the /proc/net/bonding directory and open each file in there and parse the output to see if they're up/down and take appropriate action.
I generally prefer using library calls over parsing text
We often see issues with interface goes down in a bonding configuration which can be simply brought up/fix by ifup/ifdown (60 to 70%) of the time.
if not up,
file a ticket to do the following.
The text was updated successfully, but these errors were encountered: