Currently every time the machine boots up with ILB service enabled , the user has to manually configure the VIP on the loadbalancer ( this is usually done by running a script) . It would be nice if this was not a manual operation upon every boot
One way to do this would be to make it mandatory for user to specify the interface to configure the VIP on as part of the ilbadm create-rule command ( if I recall currently, that is not mandatory, just optional) and have ilbd daemon do the "route add" and "ifconfig" equivalent to configure the VIP? Comments? Sangeeta