Can someone explain the purpose of


  case $SYSTYPE in
*BSD)
  if $IFCONFIG $IFCONFIG_A_OPT | \
      grep "inet.*[: ]$OCF_RESKEY_ip " >/dev/null 2>&1; then
      continue;
  else
      return $OCF_SUCCESS
  fi;;

in ip_stop()


I must be missing something because I dont see the point.  Isnt the prior call to find_interface() sufficient?

--

Andrew Beekhof


"Would the last person to leave please turn out the enlightenment?" - TISM


_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to