]> www.infradead.org Git - users/dwmw2/vpnc-scripts.git/commit
vpnc-script-win: use TUNIDX in all netsh commands, remove waitForInterface()
authorDaniel Lenski <dlenski@gmail.com>
Wed, 31 Mar 2021 20:48:58 +0000 (13:48 -0700)
committerDaniel Lenski <dlenski@gmail.com>
Thu, 1 Apr 2021 01:11:39 +0000 (01:11 +0000)
commit6a78d3c703103afacd64c908597aa442e2e96ad5
treea62aa60d7147f1f961240669aebccd0ca36156bf
parent7763263fde6be18eeca60e3c0abb8a58dc80a7db
vpnc-script-win: use TUNIDX in all netsh commands, remove waitForInterface()

This waitForInterface() kludge didn't work well.

If we use the numeric TUNIDX identifiers instead of the TUNDEV strings in
all `netsh` commands, it doesn't appear to be needed.

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
vpnc-script-win.js