From 76a42dd1fe6a90f58cc2c1aecc150e5c56e477fd Mon Sep 17 00:00:00 2001 From: Alex Buie Date: Mon, 28 Mar 2022 12:37:11 -0400 Subject: [PATCH] Add queued task information to IkeSa struct --- listSas.go | 1 + 1 file changed, 1 insertion(+) diff --git a/listSas.go b/listSas.go index 853fb92..afefe1a 100644 --- a/listSas.go +++ b/listSas.go @@ -32,6 +32,7 @@ type IkeSa struct { Remote_vips []string `json:"remote-vips"` Child_sas map[string]Child_sas `json:"child-sas"` //key means child-sa-name(conn name in ipsec.conf) Tasks_active []string `json:"tasks-active"` + Tasks_queued []string `json:"tasks-queued"` } type Child_sas struct {