70a035e920
The basic goal of the High Availability Linux project is to provide a high availability (clustering) solution for Linux (and Unix-like) which promotes reliability, availability, and serviceability (RAS) through a community development effort. Inspired from an original submission by Sebastian Reitenbach (maintainer) whom I want to thank for his work and patience.
13 lines
512 B
Plaintext
13 lines
512 B
Plaintext
$OpenBSD: patch-resources_OCF_IPaddr,v 1.1.1.1 2007/11/21 18:48:40 ajacoutot Exp $
|
|
--- resources/OCF/IPaddr.orig Thu Oct 25 09:40:41 2007
|
|
+++ resources/OCF/IPaddr Mon Nov 12 11:13:26 2007
|
|
@@ -299,7 +299,7 @@ find_interface_solaris() {
|
|
|
|
find_interface_bsd() {
|
|
#$IFCONFIG $IFCONFIG_A_OPT | grep "inet.*[: ]$OCF_RESKEY_ip "
|
|
- $IFCONFIG | grep "$ipaddr" -B20 | grep "UP," | tail -n 1 | cut -d ":" -f 1
|
|
+ $IFCONFIG $IFCONFIG_A_OPT | grep "$ipaddr" -B20 | grep "UP," | tail -n 1 | cut -d ":" -f 1
|
|
}
|
|
|
|
#
|