]> git.meshlink.io Git - meshlink-tiny/blobdiff - test/blackbox/util/nat_destroy.sh
Remove the blackbox test suite.
[meshlink-tiny] / test / blackbox / util / nat_destroy.sh
diff --git a/test/blackbox/util/nat_destroy.sh b/test/blackbox/util/nat_destroy.sh
deleted file mode 100755 (executable)
index 2fa0f20..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-router=${1}
-router_bridge="${1}_bridge"
-
-echo + Stopping router......
-lxc-stop -n ${router}
-
-echo + Removing NATs bridge....
-
-ifconfig ${router_bridge} down
-
-brctl delbr ${router_bridge}
-
-echo + Destroing the routers.....
-
-lxc-destroy -n ${router} >> /dev/null