mirror of
https://github.com/apache/cloudstack
synced 2026-09-04 16:34:34 +00:00
Don't bring up eth2 for booting process of redundant router
This commit is contained in:
parent
5fda83b735
commit
b6eff028b8
@ -205,10 +205,9 @@ setup_interface() {
|
||||
ifdown $intf
|
||||
else
|
||||
ifdown $intf
|
||||
ifup $intf
|
||||
if [ "$RROUTER" == "1" -a "$1" == "2" ]
|
||||
if [ "$RROUTER" != "1" -o "$1" != "2" ]
|
||||
then
|
||||
ifdown $intf
|
||||
ifup $intf
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user