mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
xdp-tools: rebased on upstream 1.5.4
included recent changes: 1 fix for xdp-dns for [0] 2 tc-loader to load tc ebpf program [0]: https://github.com/vincentmli/BPFire/issues/87 Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -33,11 +33,13 @@ usr/lib/bpf/xsk_def_xdp_prog_5.3.o
|
||||
usr/lib/libxdp.a
|
||||
usr/lib/libxdp.so
|
||||
usr/lib/libxdp.so.1
|
||||
usr/lib/libxdp.so.1.4.0
|
||||
usr/lib/libxdp.so.1.5.0
|
||||
usr/lib/pkgconfig/libxdp.pc
|
||||
usr/sbin/xdp-bench
|
||||
usr/sbin/xdp-filter
|
||||
usr/sbin/xdp-loader
|
||||
usr/sbin/tc-loader
|
||||
usr/lib/bpf/tc-dummy.bpf.o
|
||||
usr/sbin/xdp-monitor
|
||||
usr/sbin/xdp-trafficgen
|
||||
usr/sbin/xdp_synproxy
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2023 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2024 BPFire <vincent.mc.li@gmail.com> #
|
||||
# Copyright (C) 2024-2025 BPFire <vincent.mc.li@gmail.com> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.4.3
|
||||
VER = 1.5.4
|
||||
|
||||
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 = a5fe72d39ecf0a870b386898454fe438e121eb9fde7b721214b9a985ccb4a7f85d1e17eef99e8f426e5d3c0baacb9f147e37cb0eb754188aa1c94ac43aba47c9
|
||||
$(DL_FILE)_BLAKE2 = ef0fddc9dc50cbd812851f63d44ef960964718257cbc54b477edb2f45871f71f53d3c1de42d39629f3b3461032e8ce305b666e3d1ea3d1823870a5f66bf3701e
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user