From 7effe3e649c64fb53339cd0fcaa7c8c56ef7d13b Mon Sep 17 00:00:00 2001 From: zeus Date: Fri, 21 May 2021 18:06:27 +0300 Subject: [PATCH] disable auto stop inactive interfaces --- llo/connect-new.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/llo/connect-new.js b/llo/connect-new.js index a0203b5..9bbb80a 100644 --- a/llo/connect-new.js +++ b/llo/connect-new.js @@ -844,7 +844,8 @@ function mywgRemoveClosedConnection(){ var wgdown = `/bin/bash /config/${nn.bootstrapstackid}/ifdown_linux` var showexecrm1 = `/bin/sh ./hybrid/connect/${bootstrapstackid}/swarmlabwgdown` - //console.log('fount '+found + ' ' + search ) + console.log('fount '+found + ' ' + showexecrm1 ) + /* var showexec1 = `docker exec swlabadminvenus /bin/bash -c "${wgdown}"; ${showexecrm1}` log1 = spawn(showexec1, { shell: true, @@ -858,6 +859,7 @@ function mywgRemoveClosedConnection(){ n.data = code io.emit('message_close', n); }); + */ }else{ console.log('fount '+found + ' ' + search ) }