]> git.ipfire.org Git - network.git/blobdiff - functions.util
Merge branch 'master' into 6rd-new
[network.git] / functions.util
index 1fb1951529c5eb22c306aac60b264ed52d940afa..b975b6a0b926b25a8b58663df99cfeddcd42106b 100644 (file)
@@ -340,6 +340,10 @@ function cmd_exec() {
        exit ${EXIT_ERROR}
 }
 
+function cmd_not_implemented() {
+       assert false "not implemented"
+}
+
 function seq() {
        if [ $# -eq 2 ]; then
                eval echo {${1}..${2}}