commit | d0e32d7486b25ab346fdbbf10718e010477b74d0 | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Fri Oct 31 18:11:43 2014 -0700 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Fri Oct 31 18:11:43 2014 -0700 |
tree | a7ead1adb95acd9f9cffae419c25c7d001de70a5 | |
parent | 518e5e72ce42f770e1b43cddd0d96e2f958b15e9 [diff] |
Added support for IPv6 addresses to class IpAddress: - For some of the methods, the IP Version needs to be specified by the caller. This applies to the IpPrefix API as well. - For now, everywhere IpAddress is used and the IP version has to be explicitly specified by the caller, we assume/specify IPv4. - Added unit test for class IpAddress: for both IPv4 and IPv6 addresses.