We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c891679 commit 8c69cb1Copy full SHA for 8c69cb1
systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py
@@ -528,6 +528,7 @@ def post_config_change(self, method):
528
# add 'defaul via gateway' rule in the device specific routing table
529
if "gateway" in self.address and self.address["gateway"] != "None":
530
route.add_route(self.dev, self.address["gateway"])
531
+ route.add_network_route(self.dev, str(self.address["network"]))
532
533
if self.get_type() in ["public"]:
534
CsRule(self.dev).addRule("from " + str(self.address["network"]))
0 commit comments