mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
Dont check linkstatus for loopback. This interface never has
issues with the physical layer (This used to be ctdb commit d938b80a1c409a9ec4b554ddca5b0d949be53d9e)
This commit is contained in:
@ -76,6 +76,9 @@ monitor_interfaces()
|
||||
}
|
||||
|
||||
case $IFACE in
|
||||
lo*)
|
||||
# loopback is always working
|
||||
;;
|
||||
ib*)
|
||||
# we dont know how to test ib links
|
||||
;;
|
||||
|
Reference in New Issue
Block a user