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
{{ message }}
This repository was archived by the owner on Apr 9, 2026. It is now read-only.
if ! grep -qR "^iface $interface inet" /etc/network/interfaces.d /etc/network/interfaces; then
echo "CRITICAL - Failover $failover is configured in /e/n/i.d/failovers.cfg but interface $interface is not configured in /e/n/interfaces. IP will not mount on systemd-networkd restart."
exit 2
fi
done
echo "OK - Failovers interfaces are well configured."