richardlawley commented on issue #3168: Static NAT with multiple public interfaces uses wrong outgoing IP URL: https://github.com/apache/cloudstack/issues/3168#issuecomment-462770999 There were a couple of other places I could find the mark being used: * configure.py L961 - `hex(int(public_fwinterface[3:]))` * CsAddress.py L261 - `self.dnum = hex(int(dev[3:]))` I'm not entirely sure what these are each for and whether they should all be updated.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
