gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 03/07: TNG: Handing over the global number of the router node t


From: gnunet
Subject: [gnunet] 03/07: TNG: Handing over the global number of the router node to the script running on that node.
Date: Wed, 18 Jan 2023 10:50:55 +0100

This is an automated email from the git hooks/post-receive script.

t3sserakt pushed a commit to branch master
in repository gnunet.

commit 8e1bf27b112d8b46230336305f523393590cc575
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Wed Jan 18 09:57:23 2023 +0100

    TNG: Handing over the global number of the router node to the script running
    on that node.
---
 contrib/netjail/netjail_start.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/netjail/netjail_start.sh b/contrib/netjail/netjail_start.sh
index 5e613048f..6036ecbdc 100755
--- a/contrib/netjail/netjail_start.sh
+++ b/contrib/netjail/netjail_start.sh
@@ -123,6 +123,6 @@ for N in $(seq $GLOBAL_N); do
     fi
     if [ "" != "${R_SCRIPT[$N]}" ]
     then
-        ip netns exec ${ROUTERS[$N]} ./${R_SCRIPT[$N]}
+        ip netns exec ${ROUTERS[$N]} ./${R_SCRIPT[$N]} ${ROUTER_NETS[$N]} 1
     fi
 done

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]