2014-12-02 13:56:25 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_IPADDR
|
2014-12-15 09:56:59 +01:00
|
|
|
depends on BR2_PACKAGE_PYTHON # included since python3.3
|
|
|
|
bool "python-ipaddr"
|
2014-12-02 13:56:25 +01:00
|
|
|
help
|
|
|
|
An IPv4/IPv6 manipulation library in Python. This library is
|
|
|
|
used to create/poke/manipulate IPv4 and IPv6 addresses and
|
|
|
|
prefixes.
|
|
|
|
|
2017-03-03 06:34:30 +01:00
|
|
|
https://github.com/google/ipaddr-py
|