Thanks, Stephen,
I've uploaded new patch as you suggested by putting these
variables in the makefile rather than configure script.
On Fri, May 18, 2018 at 2:53 PM Stephen Hemminger
wrote:
>
> On Tue, 15 May 2018 14:49:46 -0700
> Pavel Maltsev wrote:
>
> > Currently NET
/vendor/netns
Signed-off-by: Pavel Maltsev
---
Makefile| 6 +-
include/namespace.h | 5 +
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index b526d3b5..651d2a50 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,8 @@ PREFIX?=/usr
LIBDIR?=
nment variable to configre script.
For example: NETNS_RUN_DIR=/mnt/vendor/netns ./configure && make
Tested: verified that iproute2 with configuration mentioned above
creates namespaces in /mnt/vendor/netns
Signed-off-by: Pavel Maltsev
---
configure | 3 +++
include/namespace.h | 3