Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 50 by pgurumur: CIDR block parsing
http://code.google.com/p/netaddr/issues/detail?id=50
>>> import netaddr
>>> netaddr.__version__
'0.7.3'
>>> from netaddr import IPNetwork
>>> test = IPNetwork("10.108.10/24")
>>> print test
10.108.0.10/24
>>> test1 = IPNetwork("10/8")
>>> print test1
0.0.0.10/8
Is this expected? it is kind of normal for network engineers to not write
the trailing zeroes, although may not be accurate.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings