Skip to content

Commit ed1b145

Browse files
VR: apply iptables rules when add/remove static routes (#10064)
1 parent 188eacd commit ed1b145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemvm/debian/opt/cloud/bin/configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ def main(argv):
13821382
("dhcp", {"process_iptables": False, "executor": [CsDhcp("dhcpentry", config)]}),
13831383
("load_balancer", {"process_iptables": True, "executor": []}),
13841384
("monitor_service", {"process_iptables": False, "executor": [CsMonitor("monitorservice", config)]}),
1385-
("static_routes", {"process_iptables": False, "executor": [CsStaticRoutes("staticroutes", config)]})
1385+
("static_routes", {"process_iptables": True, "executor": [CsStaticRoutes("staticroutes", config)]})
13861386
])
13871387

13881388
if not config.is_vpc():

0 commit comments

Comments
 (0)