commit | f75eacd3f56dbf8d99be8fd475e5dcc68bbfe635 | [log] [tgz] |
---|---|---|
author | Xiao Ma <xiaom@google.com> | Wed Dec 06 12:48:33 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Dec 06 12:48:33 2023 +0000 |
tree | 08d1bc7bb81ae4f81fb5bff8509aaa239e0b3f15 | |
parent | 6f95ab255861dacede2758f7dfd67a3eebc33601 [diff] | |
parent | 594e34f09add6306f49411a4694a8901666160d4 [diff] |
Merge "Add a new PIO flag: DHCPv6-PD preferred flag." into main
diff --git a/staticlibs/framework/com/android/net/module/util/NetworkStackConstants.java b/staticlibs/framework/com/android/net/module/util/NetworkStackConstants.java index f9895c6..7c4abe0 100644 --- a/staticlibs/framework/com/android/net/module/util/NetworkStackConstants.java +++ b/staticlibs/framework/com/android/net/module/util/NetworkStackConstants.java
@@ -189,6 +189,7 @@ public static final byte PIO_FLAG_ON_LINK = (byte) (1 << 7); public static final byte PIO_FLAG_AUTONOMOUS = (byte) (1 << 6); + public static final byte PIO_FLAG_DHCPV6_PD_PREFERRED = (byte) (1 << 4); /** * TCP constants.