]> git.ipfire.org Git - people/ms/network.git/commit - Makefile.am
Replace ipcalc by inetcalc
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Sep 2015 20:37:05 +0000 (22:37 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 18 Sep 2015 20:37:05 +0000 (22:37 +0200)
commit13a6e69f4e4fd98637d84e78df290a920c0605d6
treea31d9a3b738e611c1eb0a2b44b626b57f96a0658
parente708653faa915bfe08893553228e866f14ecef78
Replace ipcalc by inetcalc

This is our own implementation of a binary tool that is used
to validate and calculate with IP addresses.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Stefan Schantl <stefan.schantl@ipfire.org>
14 files changed:
.gitignore
Makefile.am
src/dhclient-script
src/functions/functions.device
src/functions/functions.dhcpd
src/functions/functions.ip
src/functions/functions.ip-tunnel
src/functions/functions.ipv4
src/functions/functions.ipv6
src/functions/functions.radvd
src/functions/functions.routing
src/hooks/configs/ipv6-static
src/hooks/zones/6rd
src/inetcalc.c [new file with mode: 0644]