timmerk / python-iptools

Automatically exported from code.google.com/p/python-iptools
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

IPv6 #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is IPv6 in IPTools roadmap? Thanks!

Original issue reported on code.google.com by fran.net on 13 Nov 2011 at 9:00

GoogleCodeExporter commented 9 years ago
Patches are welcome. :)

Original comment by casadebender on 24 Nov 2011 at 6:11

GoogleCodeExporter commented 9 years ago
It has been more than an year for this enhancement.
May I know if that is in place?

Original comment by er.sriva...@gmail.com on 29 Jan 2013 at 4:37

GoogleCodeExporter commented 9 years ago
@er.srivastavarohit iptools currently has no support for ipv6 address 
manipulation. The environment I currently work in is ipv4 only. I would welcome 
patches and/or specific requirements related to ipv6 functionality. You may 
also want to take a look at http://docs.python.org/dev/library/ipaddress which 
is a provisional Python 3.3 core library.

Original comment by casadebender on 29 Jan 2013 at 4:07

GoogleCodeExporter commented 9 years ago
'::ffff:151.216.93.183' in RangeList('192.168.0.1/24')

fails currently :)

Original comment by do...@dev.si on 3 Feb 2013 at 2:54

GoogleCodeExporter commented 9 years ago
At long last! See feature branch on github: 
https://github.com/bd808/python-iptools/pull/6

Original comment by casadebender on 31 Mar 2013 at 11:01

GoogleCodeExporter commented 9 years ago

Original comment by casadebender on 31 Mar 2013 at 11:11

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by fran.net on 1 Apr 2013 at 7:33