if uname -r | grep -qv ^2\.6 ; then
  echo "Please note that ipvsadm requires that you use Linux 2.6."
  echo "The cast will continue but will most likely fail."
fi 
true
