From 8088c571bedb50bf9aa8b959c0acda107691e2a4 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 28 Sep 2009 13:38:54 +0000 Subject: Fixed bug with enable ifup/ifdown statements. Bumped to version 0.1.1 --- qos-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qos-model.lua') diff --git a/qos-model.lua b/qos-model.lua index 93eed04..81ba993 100644 --- a/qos-model.lua +++ b/qos-model.lua @@ -104,7 +104,7 @@ function enable(interface) end fs.write_file(conf, filecontent) end - local IFB_DEV = format.parse_ini_file(fs.read_file(conf) or "") or "" + local IFB_DEV = format.parse_ini_file(fs.read_file(conf) or "", "", "IFB_DEV") or "" modify_interfaces(interface, IFB_DEV) retval.value = "Enabled QOS on Interface" end -- cgit v1.2.3