Skip to content

Commit

Permalink
misc/10-aws.conflist: use __MTU__ variable for IPv4 egress-cni too (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
benben committed Jul 1, 2024
1 parent 77bdd31 commit fe4c7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/10-aws.conflist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"name": "egress-cni",
"type": "egress-cni",
"mtu": "9001",
"mtu": "__MTU__",
"enabled": "__EGRESSPLUGINENABLED__",
"randomizeSNAT": "__RANDOMIZESNAT__",
"nodeIP": "__NODEIP__",
Expand Down

0 comments on commit fe4c7a1

Please sign in to comment.