Skip to content

Commit

Permalink
fix underlay subnet kubectl ko trace error (#2773)
Browse files Browse the repository at this point in the history
  • Loading branch information
changluyi committed May 9, 2023
1 parent 9b1de48 commit 04e4d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/images/kubectl-ko
Expand Up @@ -280,7 +280,7 @@ trace(){

if [ "$type" != "arp" -o "$4" = "reply" ]; then
# need destination mac
if [ -z "dstMac" ]; then
if [ -z "$dstMac" ]; then
if ipIsInCidr $dst $cidr; then
set +o pipefail
if [ $af -eq 4 ]; then
Expand Down

0 comments on commit 04e4d25

Please sign in to comment.