OSDN Git Service

Disable attempted updating of SA marks
authorBenedict Wong <benedictwong@google.com>
Thu, 26 Jul 2018 01:46:19 +0000 (18:46 -0700)
committerBenedict Wong <benedictwong@google.com>
Wed, 21 Nov 2018 16:34:54 +0000 (08:34 -0800)
commitab80e1fb303e0e28b2638212b9038f049ddf2ba2
tree22b613734c64042b60d2bd58970c64905d817aaa
parent4492ec573ae421affd3adebb1d583fcf33508bb4
Disable attempted updating of SA marks

SA marks are never updated during the UPDSA call. This change disables
the attempts to update the specified SAs, ensuring that the config
stored in IpSecService matches that of the allocated kernel resources.

Bug: 111854872
Test: Unit, CTS tests passing
Change-Id: Ic1fb862c8021ffa260c3e262ec698d8af0a826d9
core/java/android/net/IpSecConfig.java
services/core/java/com/android/server/IpSecService.java