GNU bug report logs -
#37886
[PATCH] gnu: Add ipcalc.
Previous Next
Reported by: Daniel Schäfer <git <at> danielschaefer.me>
Date: Wed, 23 Oct 2019 14:11:02 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <m.othacehe <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello Daniel,
> here's my first patch to guix - please let me know whether everything's okay.
> It adds the ipcalc package which can calculate IP ranges. Example:
Welcome to Guix :) This first patch looks fine, I just have two remarks.
> new file mode 100644
> index 0000000000..5f83389b25
> --- /dev/null
> +++ b/gnu/packages/ipcalc.scm
I think you can use the existing networking.scm for this tool.
> + (description "ipcalc takes an IP address and netmask and calculates the
> + resulting broadcast, network, Cisco wildcard mask, and host
> + range. By giving a second netmask, you can design subnets and
> + supernets. It is also intended to be a teaching tool and
> + presents the subnetting results as easy-to-understand binary
> + values.")
The indentation is not correct here. You can use M-q if you are using
emacs or indent.el script otherwise (see:
https://guix.gnu.org/manual/en/html_node/Formatting-Code.html).
Can you please send an updated patch?
Thanks,
Mathieu
This bug report was last modified 5 years and 232 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.