DaanHoogland commented on code in PR #12859:
URL: https://github.com/apache/cloudstack/pull/12859#discussion_r3087039702
##########
systemvm/debian/opt/cloud/bin/cs/CsAddress.py:
##########
@@ -584,6 +584,37 @@ def fw_vpcrouter(self):
"-A PREROUTING -m state --state NEW -i %s -s
%s ! -d %s/32 -j ACL_OUTBOUND_%s" %
(self.dev, guestNetworkCidr,
self.address['gateway'], self.dev)])
+ # Process static routes for this interface
Review Comment:
@bhouse-nexthop , can we make the follwing code a method? i.e
`process_static_routes_for_Interface(…)`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]