We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08d3fb commit 29d2a86Copy full SHA for 29d2a86
systemvm/debian/opt/cloud/bin/cs/CsAddress.py
@@ -498,7 +498,7 @@ def fw_vpcrouter(self):
498
if not inf.startswith("eth"):
499
continue
500
for address in addresses:
501
- if "nw_type" in address and address["nw_type"] == "guest":
+ if "nw_type" in address and address["nw_type"] == "guest" and address["add"]:
502
self.fw.append(["filter", "front", "-A FORWARD -s %s -d %s -j ACL_INBOUND_%s" %
503
(address["network"], self.address["network"], self.dev)])
504
0 commit comments