Package Details: netns-exec-git 4.aa346fd-1

Git Clone URL: https://aur.archlinux.org/netns-exec-git.git (read-only, click to copy)
Package Base: netns-exec-git
Description: Run commands in a network namespace as a normal user
Upstream URL: https://github.com/pekman/netns-exec
Licenses: GPL
Conflicts: netns-exec
Provides: netns-exec
Submitter: karboncore
Maintainer: karboncore
Last Packager: karboncore
Votes: 0
Popularity: 0.000000
First Submitted: 2024-05-27 02:07 (UTC)
Last Updated: 2024-05-27 02:07 (UTC)

Dependencies (3)

Required by (1)

Sources (2)

Latest Comments

mhspace commented on 2025-01-20 23:12 (UTC)

Fix for "fatal error: libnetlink.h: No such file or directory":

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,6 +26,7 @@ prepare() {
   cd "$srcdir/${pkgname%-git}"
   cp -r ../iproute2 ./
   rm -r ../iproute2
+  sed -ie 's/IPROUTE2_INCLUDES = /IPROUTE2_INCLUDES = -I $(IPROUTE2_DIR)\/include /g' Makefile
   sed -ni '/int netns_id_from_name/q;p' iproute2/lib/namespace.c
 }