Github user swill commented on the issue:

    https://github.com/apache/cloudstack/pull/1907
  
    @rafaelweingartner the only change was to remove the extra gateway 
verification if it was a 'guest' network because this is now handled by the 
code in #1871.
    
    ```
    +        guest_gw = self.config.cmdline().get_guest_gw()
    +        logging.info("Interface has the following gateway ==> %s", 
guest_gw)
    +
    +        if bag['nw_type'] == "guest" and (rip == gw or rip == guest_gw):
    ```
    
    The rest of the code is the same as the original pull request.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to