diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/com/android/server/util/NetworkStackConstants.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/server/util/NetworkStackConstants.java b/src/com/android/server/util/NetworkStackConstants.java index 660f0a6..dbba7f3 100644 --- a/src/com/android/server/util/NetworkStackConstants.java +++ b/src/com/android/server/util/NetworkStackConstants.java @@ -126,6 +126,7 @@ public final class NetworkStackConstants { public static final int ICMPV6_ND_OPTION_PIO = 3; public static final int ICMPV6_ND_OPTION_MTU = 5; public static final int ICMPV6_ND_OPTION_RDNSS = 25; + public static final int ICMPV6_ND_OPTION_PREF64 = 38; public static final int ICMPV6_RA_HEADER_LEN = 16; |