Skip to content

Commit f2d6cd5

Browse files
authored
Merge pull request #724 from l1b0k/fix/policy_init_args
fix policy args
2 parents dbccb4c + 1dcd3ea commit f2d6cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/terway-cli/policy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ func runCilium(cfg *PolicyConfig) error {
188188
"--enable-ipv4-masquerade=false",
189189
"--enable-ipv6-masquerade=false",
190190
"--disable-envoy-version-check=true",
191-
"--enable-endpoint-routes=true",
192191
"--ipv4-range=169.254.10.0/30",
193192
"--ipv6-range=fe80:2400:3200:baba::/30",
194193
"--enable-local-node-route=false",
@@ -202,6 +201,7 @@ func runCilium(cfg *PolicyConfig) error {
202201
"--enable-l7-proxy=false",
203202
"--ipam=cluster-pool",
204203
"--enable-runtime-device-detection=true",
204+
"--enable-bandwidth-manager=true",
205205
"--agent-health-port=" + cfg.HealthCheckPort,
206206
}
207207
if cfg.EnableNetworkPolicy {

0 commit comments

Comments
 (0)