Skip to content

Commit

Permalink
update to fc40 and fix new linter error (#327)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Mahmoud <[email protected]>
  • Loading branch information
msherif1234 authored Apr 29, 2024
1 parent bda9ba8 commit 8a25c5a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bpf/dns_tracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static __always_inline int track_dns_packet(struct __sk_buff *skb, pkt_info *pkt
bpf_map_delete_elem(&dns_flows, &dns_req);
}
} // end of dns response
} // end of dns port check
}
return 0;
}

Expand Down
Binary file modified pkg/ebpf/bpf_arm64_bpfel.o
Binary file not shown.
Binary file modified pkg/ebpf/bpf_powerpc_bpfel.o
Binary file not shown.
Binary file modified pkg/ebpf/bpf_s390_bpfeb.o
Binary file not shown.
Binary file modified pkg/ebpf/bpf_x86_bpfel.o
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/generators.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:39
FROM fedora:40

ARG GOVERSION="1.21.7"
ARG PROTOCVERSION
Expand Down

0 comments on commit 8a25c5a

Please sign in to comment.