Skip to content

Commit 862cb46

Browse files
weizhouapachedhslove
authored andcommitted
VR: apply iptables rules when add/remove static routes (apache#10064)
1 parent ab08389 commit 862cb46

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
@@ -1646,7 +1646,7 @@ def main(argv):
16461646
("dhcp", {"process_iptables": False, "executor": [CsDhcp("dhcpentry", config)]}),
16471647
("load_balancer", {"process_iptables": True, "executor": []}),
16481648
("monitor_service", {"process_iptables": False, "executor": [CsMonitor("monitorservice", config)]}),
1649-
("static_routes", {"process_iptables": False, "executor": [CsStaticRoutes("staticroutes", config)]})
1649+
("static_routes", {"process_iptables": True, "executor": [CsStaticRoutes("staticroutes", config)]})
16501650
])
16511651

16521652
if not config.is_vpc():

0 commit comments

Comments
 (0)