Skip to content

Commit

Permalink
Merge pull request #723 from kubeovn/fix/disable-checksum
Browse files Browse the repository at this point in the history
fix: disable checksum validation
  • Loading branch information
oilbeater committed Mar 23, 2021
2 parents 0a09059 + 14784fb commit c791ef8
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 @@ -1678,7 +1678,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 @@ -1718,7 +1718,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 c791ef8

Please sign in to comment.