Merge "Add public getter for IpPrefix" into main

This commit is contained in:
Patrick Rohr
2023-10-26 18:21:07 +00:00
committed by Gerrit Code Review

View File

@@ -129,6 +129,10 @@ public class IaPrefixOption extends Struct {
return true; return true;
} }
public IpPrefix getIpPrefix() {
return mIpPrefix;
}
/** /**
* Check whether or not IA Prefix option has 0 preferred and valid lifetimes. * Check whether or not IA Prefix option has 0 preferred and valid lifetimes.
*/ */