Github user dsclose commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1519#discussion_r64537215
  
    --- Diff: systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py ---
    @@ -288,14 +290,16 @@ def post_configure(self, address):
             """ The steps that must be done after a device is configured """
             route = CsRoute()
             if not self.get_type() in ["control"]:
    -            route.add_table(self.dev)
     
    -            CsRule(self.dev).addMark()
    +            if self.dev != 'eth0':
    +                route.add_table(self.dev)
    +                CsRule(self.dev).addMark()
    +                self.set_mark()
     
                 interfaces = [CsInterface(address, self.config)]
                 CsHelper.reconfigure_interfaces(self.cl, interfaces)
     
    --- End diff --
    
    Lines 299 and 300 were added as part of c41edc1. I've not investigated what 
those lines do, I've just naively overcome the merge conflicts. I'll look at 
the results of CI and follow from there.


---
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