cloudstack/patches/systemvm/debian/config/etc
Sheng Yang c30faf8b53 bug 11083: Fix broadcast address is 0.0.0.0
The reason is:
1. In redundant router, we won't enable eth2(public network interface) until
keepalived determine the router is MASTER.
2. ipassoc.sh normally kick in before keepalived process running. And it would
set eth2's IP address using "ip addr add $dev $ip"
3. "ip addr add $dev $ip" won't add mask for the device, then there is no way to
update broadcast address for eth2. Then broadcast address is 0.0.0.0.
4. As long as "ip addr add $dev $ip" executed, later executed "ifconfig $dev $ip
netmask $mask" won't calculated the broadcast address from $ip and $mask.

To fix this, we enable and configure eth2 temporaily when cloud-early-config
executed, then disable eth2 interface. By this way, broadcast address of should
be calculated and set correctly.

status 11083: resolved fixed
2011-08-12 00:04:57 -07:00
..
apache2 remove patches/systemv, and mv tools/systemvm into patches 2010-10-05 20:41:39 -07:00
cron.daily bug 7141: cleanup cloudstack logs older than 7 days 2011-01-13 12:36:38 -08:00
default remove patches/systemv, and mv tools/systemvm into patches 2010-10-05 20:41:39 -07:00
haproxy remove patches/systemv, and mv tools/systemvm into patches 2010-10-05 20:41:39 -07:00
httpd/conf remove patches/systemv, and mv tools/systemvm into patches 2010-10-05 20:41:39 -07:00
init.d bug 11083: Fix broadcast address is 0.0.0.0 2011-08-12 00:04:57 -07:00
iptables merge ELB / nectarine branch 2011-08-08 15:20:56 -07:00
logrotate.d bug 7141: rotate standard logs more aggressively 2011-01-13 12:36:38 -08:00
profile.d Add license header to files 2011-04-14 11:23:14 -07:00
ssh remove patches/systemv, and mv tools/systemvm into patches 2010-10-05 20:41:39 -07:00
dnsmasq.conf bug 10812: putting key in ZoneConfig and other nomenclature changes 2011-08-03 14:32:28 +05:30
logrotate.conf bug 7141: rotate logs 2011-01-12 17:31:39 -08:00
rc.local remove patches/systemv, and mv tools/systemvm into patches 2010-10-05 20:41:39 -07:00
rsyslog.conf bug 7141: rotate logs 2011-01-12 17:31:39 -08:00
sysctl.conf bug 8350: 2011-05-21 21:05:28 -04:00