From 1d1777986081f7b33fc06b15afcb4088bbf2fcba Mon Sep 17 00:00:00 2001 From: Marcel Saegebarth Date: Tue, 20 Jan 2015 06:44:04 +0700 Subject: python/python-ipcalc: Added (IP subnet calculation). Signed-off-by: Willy Sudiarto Raharjo --- python/python-ipcalc/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/python-ipcalc/README (limited to 'python/python-ipcalc/README') 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. -- cgit v1.2.3