Skip to content

Commit

Permalink
recovering a debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrnull committed Nov 29, 2022
1 parent cd9c4db commit 2831932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ovn_cleanConntrack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ function getConntrack() {
if isContrackInClusterCIDR "${conntrack}" "${node}"; then
if isContrackInServices "${conntrack}" "${node}"; then
if ! isContrackInEndPoints "${conntrack}" "${node}"; then
#echo -e "===> Generating conntrack lines for (${node}:${pod}): $conntrack}" >>"${LOG}"
echo -e "===> Generating conntrack lines for (${node}:${pod}): $conntrack}" >>"${LOG}"
generateCommands "${node}" "${conntrack}" "${pod}"
fi
fi
Expand Down

0 comments on commit 2831932

Please sign in to comment.