Skip to content

Commit 8a25c5a

Browse files
authored
update to fc40 and fix new linter error (#327)
Signed-off-by: Mohamed Mahmoud <[email protected]>
1 parent bda9ba8 commit 8a25c5a

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

bpf/dns_tracker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ static __always_inline int track_dns_packet(struct __sk_buff *skb, pkt_info *pkt
102102
bpf_map_delete_elem(&dns_flows, &dns_req);
103103
}
104104
} // end of dns response
105-
} // end of dns port check
105+
}
106106
return 0;
107107
}
108108

pkg/ebpf/bpf_arm64_bpfel.o

-528 Bytes
Binary file not shown.

pkg/ebpf/bpf_powerpc_bpfel.o

-528 Bytes
Binary file not shown.

pkg/ebpf/bpf_s390_bpfeb.o

-544 Bytes
Binary file not shown.

pkg/ebpf/bpf_x86_bpfel.o

-528 Bytes
Binary file not shown.

scripts/generators.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:39
1+
FROM fedora:40
22

33
ARG GOVERSION="1.21.7"
44
ARG PROTOCVERSION

0 commit comments

Comments
 (0)