mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
xdp-tools: add dnsdist XDP program
upgrade xdp-tools to 1.5.5 and add dnsdist_xdp.bpf.o
for dnsdist xsk AF_XDP
xdp-loader load green0 -P 90 -p /sys/fs/bpf/dnsdist \
-n xdp_dns_filter /usr/lib/bpf/dnsdist_xdp.bpf.o
Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.5.4
|
||||
VER = 1.5.5
|
||||
|
||||
THISAPP = xdp-tools-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = ef0fddc9dc50cbd812851f63d44ef960964718257cbc54b477edb2f45871f71f53d3c1de42d39629f3b3461032e8ce305b666e3d1ea3d1823870a5f66bf3701e
|
||||
$(DL_FILE)_BLAKE2 = 5b7772e2ffe2044073c6bc32b5ee44196145a0e13e61ea21e92a693ac45559f07995e71000d466623ce7bc57d46574c99324b7220eddc76d6ed3437aa2cdced9
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user