mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
xdp-tools: fix xdp-dns XDP program byte reverse
domain name in xdp_dns.bpf.o not reversed properly result in domain name mismatch with domain inserted from user space xdp_dns Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = 82f4c8d8745df1f52b97d951480e28f3b4f044a91ec24415ab9ff6db87e33dcda4676e9e1c5667d663a4c3bc374215f9cc20fcbcc90cdbc070d8c9011298bbb8
|
||||
$(DL_FILE)_BLAKE2 = c5917094ca11ba5e45abc79e30abc4cbc5842c1c2b68b89067e1e5282e9c59728c54a7b3f0b4e4dee816b54f0aa6a619ee2fdf1b0f23f65ed3adfc3b2ad07c69
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user