mirror of
https://github.com/samba-team/samba.git
synced 2025-03-26 18:50:30 +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:
parent
db9e00eec8
commit
004b849feb
@ -76,6 +76,9 @@ monitor_interfaces()
|
||||
}
|
||||
|
||||
case $IFACE in
|
||||
lo*)
|
||||
# loopback is always working
|
||||
;;
|
||||
ib*)
|
||||
# we dont know how to test ib links
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user