mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-15 00:00:16 -04:00
android: Add support for querying use stats of a CHILD_SA
This commit is contained in:
parent
de622eb1f9
commit
e58764ca0f
@ -89,7 +89,8 @@ METHOD(kernel_ipsec_t, query_sa, status_t,
|
||||
u_int32_t spi, u_int8_t protocol, mark_t mark,
|
||||
u_int64_t *bytes, u_int64_t *packets, time_t *time)
|
||||
{
|
||||
return NOT_SUPPORTED;
|
||||
return ipsec->sas->query_sa(ipsec->sas, src, dst, spi, protocol, mark,
|
||||
bytes, packets, time);
|
||||
}
|
||||
|
||||
METHOD(kernel_ipsec_t, del_sa, status_t,
|
||||
|
Loading…
x
Reference in New Issue
Block a user