weizhouapache commented on pull request #4507:
URL: https://github.com/apache/cloudstack/pull/4507#issuecomment-735923278


   @Pearl1594 why not change line 2592  to below ?
   
   ```
                   String mgmtHosts = (String)params.get("host");
                   for (final String mgmtHost : mgmtHosts.split(",")) {
                       addRouteToInternalIpOrCidr(_localgw, _eth1ip, _eth1mask, 
mgmtHost);
                   }
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to