Merge "Add public getter for IpPrefix" into main
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user