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 ecdd440d2f..b0f19e207d 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 @@ public class IaPrefixOption extends Struct { return true; } + public IpPrefix getIpPrefix() { + return mIpPrefix; + } + /** * Check whether or not IA Prefix option has 0 preferred and valid lifetimes. */