summaryrefslogtreecommitdiffstats
path: root/heartbeat/IPaddr2
diff options
context:
space:
mode:
Diffstat (limited to 'heartbeat/IPaddr2')
-rwxr-xr-xheartbeat/IPaddr22
1 files changed, 1 insertions, 1 deletions
diff --git a/heartbeat/IPaddr2 b/heartbeat/IPaddr2
index 97a7431..5f30b8f 100755
--- a/heartbeat/IPaddr2
+++ b/heartbeat/IPaddr2
@@ -624,7 +624,7 @@ find_interface() {
# List interfaces but exclude FreeS/WAN ipsecN virtual interfaces
#
local iface="`$IP2UTIL -o -f $FAMILY addr show \
- | grep "\ $ipaddr/$netmask" \
+ | grep " $ipaddr/$netmask" \
| cut -d ' ' -f2 \
| grep -v '^ipsec[0-9][0-9]*$'`"