From e360692da7d89d45450b70cb2ab9cd5e64f17264 Mon Sep 17 00:00:00 2001 From: Bangseungjae Date: Mon, 7 Oct 2024 14:49:03 +0900 Subject: [PATCH] #826 Fix missing Nodejs or net-tools packages. --- cicd/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/common.sh b/cicd/common.sh index 619a1c36b..056a1ce19 100644 --- a/cicd/common.sh +++ b/cicd/common.sh @@ -146,7 +146,7 @@ spawn_docker_host() { sudo mount -o bind /proc/$pid/ns/net /var/run/netns/$dname fi - $hexec $dname ifconfig lo up + $hexec $dname ip link set lo up $hexec $dname sysctl net.ipv6.conf.all.disable_ipv6=1 2>&1 >> /dev/null #$hexec $dname sysctl net.ipv4.conf.all.arp_accept=1 2>&1 >> /dev/null if [ -f /proc/sys/net/ipv4/conf/eth0/arp_ignore ]; then