Skip to content

Commit

Permalink
fix: disable checksum validation
Browse files Browse the repository at this point in the history
For some unknown reason, kernel will report "UDP bad checksum" and drop packet, disable validation to bypass this issue

(cherry picked from commit 14784fb)
  • Loading branch information
oilbeater committed Mar 23, 2021
1 parent 73bb2d8 commit 21c312c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/images/install-pre-1.16.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@ spec:
- /kube-ovn/start-cniserver.sh
args:
- --enable-mirror=$ENABLE_MIRROR
- --encap-checksum=true
- --encap-checksum=false
- --service-cluster-ip-range=$SVC_CIDR
- --iface=${IFACE}
- --network-type=$NETWORK_TYPE
Expand Down
2 changes: 1 addition & 1 deletion dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@ spec:
- /kube-ovn/start-cniserver.sh
args:
- --enable-mirror=$ENABLE_MIRROR
- --encap-checksum=true
- --encap-checksum=false
- --service-cluster-ip-range=$SVC_CIDR
- --iface=${IFACE}
- --network-type=$NETWORK_TYPE
Expand Down

0 comments on commit 21c312c

Please sign in to comment.