From d693c8698e50284b5be4d7f3118701469e61fb8c Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 27 Feb 2022 16:24:47 +0800 Subject: [PATCH] iproute2: add NETNS_RUN_DIR=/run/netns to avoid using deprecated /var/run --- chapter08/iproute2.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/iproute2.xml b/chapter08/iproute2.xml index d70aaa6bf..25e7e81be 100644 --- a/chapter08/iproute2.xml +++ b/chapter08/iproute2.xml @@ -61,7 +61,7 @@ rm -fv man/man8/arpd.8 --> Compile the package: -make +make NETNS_RUN_DIR=/run/netns This package does not have a working test suite.