Fix state of isolated redundant network router

- once stopped, got to UNKNOWN
This commit is contained in:
wilderrodrigues 2015-02-07 10:15:24 +01:00
parent b3da2c54c2
commit ae6b07af15
1 changed files with 1 additions and 0 deletions

View File

@ -1173,6 +1173,7 @@ Configurable, StateListener<State, VirtualMachine.Event, VirtualMachine> {
} else {
router = router1;
}
// && router.getState() == State.Stopped
if (router.getHostId() == null) {
s_logger.debug("Skip router pair (" + router0.getInstanceName() + "," + router1.getInstanceName() + ") due to can't find host");
continue;