Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: tzssangglass <[email protected]>
  • Loading branch information
tzssangglass committed Apr 15, 2024
1 parent 556fec2 commit 6c757e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dataplane/ebpf/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ pub fn set_ipv4_ip_dst(ctx: &TcContext, l4_csum_offset: u32, old_ip: &u32, new_d
return ret;
}

return ret;
ret
}

// update destination port in the tcp_hdr
Expand Down Expand Up @@ -238,5 +238,5 @@ pub fn set_ipv4_dest_port(
return ret;
}

return ret;
ret
}

0 comments on commit 6c757e5

Please sign in to comment.