params.py: enhance IpAddress param handling
authorSteve Reinhardt <steve.reinhardt@amd.com>
Fri, 23 Sep 2011 01:58:14 +0000 (18:58 -0700)
committerSteve Reinhardt <steve.reinhardt@amd.com>
Fri, 23 Sep 2011 01:58:14 +0000 (18:58 -0700)
commit4a4bc2e18b2fa2c523aa4e14ee09513d852ec5aa
treebb7098ef8c47c01a4770fcbbbaacac7777412fc7
parent9a38dc6194b4c0ad85972b356a3d42e5ad1f55ee
params.py: enhance IpAddress param handling

Print IpAddress params in dot notation for readability.
Properly compare IpAddress objects (by value and not object identity).
Also fix up derived param classes (IpNetmask and IpWithPort)
similarly.
src/python/m5/params.py