Hi Tobias, On Tue, May 28, 2019 at 02:45:33PM +0200, Tobias Brunner wrote: > > We have a management tool that configures strongswan with or without > > mobike. This tool can also provide the current state to the user, > > retrieved through the vici "list-sas" request. We need to know for each > > SA if mobike is enabled or disabled. > > What exactly is the value for the user in this status flag? What's the > use case that includes consulting it?
Our management tool provides a NETCONF API for configuration and for operational state. MOBIKE can be enabled or disabled in configuration. The value of providing this information in operational state is to known whether the configuration is properly applied. The "list-sa" request already provides many information, so I thought it was the proper place to add one more, that could be useful for others (at least it is useful for us). Regards, Olivier