Re: [PATCH iproute2] Allow to configure /var/run/netns directory

2018-05-18 Thread Pavel Maltsev
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

[PATCH iproute2] Allow to configure /var/run/netns directory

2018-05-18 Thread Pavel Maltsev
/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?=

[PATCH iproute2] Allow to configure /var/run/netns directory

2018-05-15 Thread Pavel Maltsev
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