summaryrefslogtreecommitdiffstats
path: root/bgp-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bgp-model.lua')
-rw-r--r--bgp-model.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/bgp-model.lua b/bgp-model.lua
index 1afe0e9..f54c12a 100644
--- a/bgp-model.lua
+++ b/bgp-model.lua
@@ -68,8 +68,7 @@ function getconfigfile()
end
function setconfigfile(filedetails)
- filedetails.value.filename.value = configfile
- return modelfunctions.setfiledetails(filedetails)
+ return modelfunctions.setfiledetails(filedetails, {configfile})
end
function startstop_service(action)