KERNEL_VER=2.6.28-rc3
if [[ "`uname -r`" < "$KERNEL_VER" ]] 
then
  echo "ipvsadm requires Linux kernel $KERNEL_VER or later."
  echo "The cast will continue but will most likely fail."
fi 
true
