mirror of https://github.com/apache/cloudstack.git
VR: apply iptables rules when add/remove static routes (#10064)
This commit is contained in:
parent
188eacd9eb
commit
ed1b145a3a
|
|
@ -1382,7 +1382,7 @@ def main(argv):
|
|||
("dhcp", {"process_iptables": False, "executor": [CsDhcp("dhcpentry", config)]}),
|
||||
("load_balancer", {"process_iptables": True, "executor": []}),
|
||||
("monitor_service", {"process_iptables": False, "executor": [CsMonitor("monitorservice", config)]}),
|
||||
("static_routes", {"process_iptables": False, "executor": [CsStaticRoutes("staticroutes", config)]})
|
||||
("static_routes", {"process_iptables": True, "executor": [CsStaticRoutes("staticroutes", config)]})
|
||||
])
|
||||
|
||||
if not config.is_vpc():
|
||||
|
|
|
|||
Loading…
Reference in New Issue