commit | 149868f1b14ad800136e348dbaf6f89ba6cc9dd9 | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Thu Oct 26 18:21:07 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 26 18:21:07 2023 +0000 |
tree | cc43f0279e0dbfed55b3c722d261634f4265c4d5 | |
parent | a05589041262a9c3ede3e3f9e28f835235a53bcb [diff] | |
parent | 6f0dc0dc95232a7e22da97b26994f6a4b0964dc0 [diff] |
Merge "Add public getter for IpPrefix" into main
diff --git a/staticlibs/device/com/android/net/module/util/structs/IaPrefixOption.java b/staticlibs/device/com/android/net/module/util/structs/IaPrefixOption.java index ecdd440..b0f19e2 100644 --- a/staticlibs/device/com/android/net/module/util/structs/IaPrefixOption.java +++ b/staticlibs/device/com/android/net/module/util/structs/IaPrefixOption.java
@@ -129,6 +129,10 @@ return true; } + public IpPrefix getIpPrefix() { + return mIpPrefix; + } + /** * Check whether or not IA Prefix option has 0 preferred and valid lifetimes. */