mirror of https://github.com/apache/cloudstack.git
Cloudstack-2938 [Multiple_IP_Ranges] Password Service does not work in case of multiple subnets in a vlan
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
This commit is contained in:
parent
d512368f45
commit
b8b786d668
|
|
@ -32,4 +32,7 @@ do
|
|||
netmask=$(echo $var1 | cut -f3 -d ":")
|
||||
ifconfig eth0:$alias_count $routerip netmask $netmask up
|
||||
var=$( echo $var | sed "s/${var1}-//" )
|
||||
done
|
||||
done
|
||||
#restaring the password service to enable it on the ip aliases
|
||||
/etc/init.d/cloud-passwd-srvr restart
|
||||
exit $?
|
||||
Loading…
Reference in New Issue