PackageManager.FeatureIpsecTunnelMigration Field

Definition

Feature for #getSystemAvailableFeatures and #hasSystemFeature: The device has the requisite kernel support for migrating IPsec tunnels to new source/destination addresses.

[Android.Runtime.Register("FEATURE_IPSEC_TUNNEL_MIGRATION", ApiSince=34)]
public const string FeatureIpsecTunnelMigration;
[<Android.Runtime.Register("FEATURE_IPSEC_TUNNEL_MIGRATION", ApiSince=34)>]
val mutable FeatureIpsecTunnelMigration : string

Field Value

Attributes

Remarks

Feature for #getSystemAvailableFeatures and #hasSystemFeature: The device has the requisite kernel support for migrating IPsec tunnels to new source/destination addresses.

This feature implies that the device supports XFRM Migration (CONFIG_XFRM_MIGRATE) and has the kernel fixes to support cross-address-family IPsec tunnel migration

Java documentation for android.content.pm.PackageManager.FEATURE_IPSEC_TUNNEL_MIGRATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to