diff options
| author | Ted Trask <ttrask01@yahoo.com> | 2016-02-24 16:23:49 +0000 |
|---|---|---|
| committer | Ted Trask <ttrask01@yahoo.com> | 2016-02-24 16:23:49 +0000 |
| commit | dbdc3e5e4d82f4afb56bd90047182ecbb1fdd170 (patch) | |
| tree | 187230de8aeef7e1897705a14afe27e591c5e2b1 | |
| parent | 4630c036e551c5c80397337714e3b36506d98e31 (diff) | |
| download | acf-ipsec-tools-dbdc3e5e4d82f4afb56bd90047182ecbb1fdd170.tar.bz2 acf-ipsec-tools-dbdc3e5e4d82f4afb56bd90047182ecbb1fdd170.tar.xz | |
Change ACF list to structure for accuracy
| -rw-r--r-- | ipsectools-model.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsectools-model.lua b/ipsectools-model.lua index e3e7c99..cab37ec 100644 --- a/ipsectools-model.lua +++ b/ipsectools-model.lua @@ -124,7 +124,7 @@ end function mymodule.getstatusdetails() local status = {} - status.show_isakmp = cfe({ type="list", value=racoonctl_table(), label="Tunnels" }) + status.show_isakmp = cfe({ type="structure", value=racoonctl_table(), label="Tunnels" }) status.ip_xfrm_policy = cfe({ type="longtext", label="ip xfrm policy" }) status.ip_xfrm_policy.value, status.ip_xfrm_policy.errtxt = modelfunctions.run_executable({"ip", "xfrm", "policy"}) |
