diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-01-20 06:44:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-20 06:44:04 +0700 |
commit | 1d1777986081f7b33fc06b15afcb4088bbf2fcba (patch) | |
tree | d5b40f8c54fcc1798c97f94a1046dbc68b21067b /python/python-ipcalc/README | |
parent | 5478ab5ff11028583e2abc9468720e9931b9bb51 (diff) | |
download | slackbuilds-1d1777986081f7b33fc06b15afcb4088bbf2fcba.tar.gz |
python/python-ipcalc: Added (IP subnet calculation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-ipcalc/README')
-rw-r--r-- | python/python-ipcalc/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python-ipcalc/README b/python/python-ipcalc/README new file mode 100644 index 0000000000..d203da119d --- /dev/null +++ b/python/python-ipcalc/README @@ -0,0 +1,2 @@ +This module allows you to perform IP subnet calculations, there +is support for both IPv4 and IPv6 CIDR notation. |