Skip to content

Commit

Permalink
bpfmap path: fixup the bpf map path to match the sock path
Browse files Browse the repository at this point in the history
Signed-off-by: Maryam Tahhan <[email protected]>
  • Loading branch information
maryamtahhan committed Nov 14, 2023
1 parent 8e4da0c commit 6ec1b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ var (
udsPodSock = "/afxdp.sock"

/* BPF*/
bpfMapPodPath = "/tmp/"
bpfMapPodPath = "/tmp/afxdp_dp/"
xsk_map = "/xsks_map"

udsDirFileMode = 0700 // permissions for the directory in which we create our uds sockets
Expand Down

0 comments on commit 6ec1b90

Please sign in to comment.