diff options
author | Lorenzo Colitti <lorenzo@google.com> | 2020-04-15 17:29:49 +0000 |
---|---|---|
committer | Lorenzo Colitti <lorenzo@google.com> | 2020-04-16 01:22:46 +0000 |
commit | d6cc960f48d898d872ca2ca639e9e58203d564a1 (patch) | |
tree | b9df90591f669375cd081b58c0e833e62385fea8 /src | |
parent | 13975b7e9aeb39ba049648ef8c37011339f3b1ed (diff) |
Support decoding the new PREF64 RA option.
Bug: 153694684
Test: new unit tests
Merged-In: I94346939cda910b01ffee75cf8b62a23ec5314cc
Change-Id: I94346939cda910b01ffee75cf8b62a23ec5314cc
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; |