From 30a6d54da82510770c4dcf87d68b02f9c7058b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= Date: Tue, 1 Jun 2021 17:00:01 +0200 Subject: [PATCH] lib/libbpf: update to latest upstream version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This updates the libbpf submodule to the latest upstream version, which notably includes the new API for directly attaching TC programs without shelling out to the 'tc' binary. Signed-off-by: Toke Høiland-Jørgensen --- lib/libbpf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libbpf b/lib/libbpf index 051a400..db9614b 160000 --- a/lib/libbpf +++ b/lib/libbpf @@ -1 +1 @@ -Subproject commit 051a4009f94d5633a8f734ca4235f0a78ee90469 +Subproject commit db9614b6bd69746809d506c2786f914b0f812c37