#!/bin/sh
getcfg gen_ipalias_conf

if [ -f /sbin/ipalias.sh ]; then
        /sbin/ipalias.sh
        echo "IP Alias Setting Done"
fi
