mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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)]}),
|
("dhcp", {"process_iptables": False, "executor": [CsDhcp("dhcpentry", config)]}),
|
||||||
("load_balancer", {"process_iptables": True, "executor": []}),
|
("load_balancer", {"process_iptables": True, "executor": []}),
|
||||||
("monitor_service", {"process_iptables": False, "executor": [CsMonitor("monitorservice", config)]}),
|
("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():
|
if not config.is_vpc():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user