commit | 34c8164a616061c855f143777298c0668c91c914 | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Tue Nov 04 16:21:38 2014 -0800 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Tue Nov 04 16:21:38 2014 -0800 |
tree | 72036e7bbf5f42c706d0e4ca916560cfa456f1f2 | |
parent | 34a01f2f0c3315d16140491e8afec9d815c47da3 [diff] |
* Added methods IpAddress.getIp4Address() and IpAddress.getIp6Address() to get the Ip4Address and Ip6Address view of the IpAddress. * Added methods IpPrefix.getIp4Prefix() and IpPrefix.getIp6Prefix() to get the Ip4Prefix and Ip6Prefix view of the IpPrefix. Added the corresponding unit tests as well.