1
0
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:
Ronnie Sahlberg 2010-06-01 14:51:09 +10:00
parent db9e00eec8
commit 004b849feb

View File

@ -76,6 +76,9 @@ monitor_interfaces()
}
case $IFACE in
lo*)
# loopback is always working
;;
ib*)
# we dont know how to test ib links
;;