- Dec 22, 2024
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
- Oct 06, 2024
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
Nikos Mavrogiannopoulos authored
Resolves: #31
-
- Sep 06, 2024
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
Nikos Mavrogiannopoulos authored
Fix test output on failure + shellcheck warnings See merge request !40
-
- Sep 03, 2024
-
-
Carl Smedstad authored
Without quotes around $output, test failures will only print the first word of the output. I.e. previously, for the erroneous output "I am not useful :(", the following would be printed: Output was: I Instead of: Output was: I am not useful :( Also, change shebang from /bin/sh to /bin/bash to fix the following shellcheck warning: In tests/ipcalc-testrunner.sh line 32: echo -e "Output was:\n$1" ^-- SC3037 (warning): In POSIX sh, echo flags are undefined. And, replace $@ with $* in strings to fix the following shellcheck error: In tests/ipcalc-testrunner.sh line 36: echo -n "Checking $@... " ^-- SC2145 (error): Argument mixes string and array. Use * or separate argument.
-
- Dec 28, 2023
-
-
Nikos Mavrogiannopoulos authored
There were changes in fedora 39's lcov that require changes to our usage of it. Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
- Aug 30, 2023
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
- Jun 07, 2023
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
- May 09, 2023
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
Nikos Mavrogiannopoulos authored
Fix last network IP for /31 prefixes Closes #25 See merge request !39
-
- Apr 14, 2023
-
-
Marcos Oliveira authored
-
Marcos Oliveira authored
As info->broadcast for a /31 is 255.255.255.255, we need to change it here to correctly split a /31.
-
- Nov 27, 2022
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
Nikos Mavrogiannopoulos authored
Previously when --no-decorate was given its output would consist of a combination of "title: value" and "value" fields which was neither human readable nor script parsable. Resolves: #28 Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
- Nov 26, 2022
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
- Nov 18, 2022
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
- Nov 16, 2022
-
-
Nikos Mavrogiannopoulos authored
Fix ULA prefix generator to use only defined ULA range Closes #27 See merge request !37
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
According to RFC 4193 the format of ULA prefix is fc00::/7 followed by L bit which has to be set to 1 for locally assigned prefixes. The meaning of L flag reset to zero may be defined in the future, but is now undefined. Therefore, only defined ULA addresses are in fd00::/8 range. Fixes #27. Signed-off-by:
Ondřej Caletka <ondrej@caletka.cz>
-
On macOS, tr -d [:space:] removes also newline. So it has to be applied on both sides of the comparsion.
-
- Nov 12, 2022
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
- Jun 07, 2021
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
- Jun 06, 2021
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
- Apr 29, 2021
-
-
Nikos Mavrogiannopoulos authored
This prevents warnings from static analyzers Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
Nikos Mavrogiannopoulos authored
Don't filter redundant info from JSON output Closes #21 See merge request !35
-
- Apr 27, 2021
-
-
Carl Smedstad authored
More info here: https://editorconfig.org/
-
Carl Smedstad authored
-
Carl Smedstad authored
In order to make JSON output more uniform, do not filter out info that can be considered redundant for single host IPs. Does not affect regular (non-JSON) output. Before: $ ipcalc --json 127.0.0.1 { "ADDRESS":"127.0.0.1", "ADDRSPACE":"Loopback" } After: $ ipcalc --json 127.0.0.1 { "ADDRESS":"127.0.0.1", "NETWORK":"127.0.0.1", "NETMASK":"255.255.255.255", "PREFIX":"32", "BROADCAST":"127.0.0.1", "ADDRSPACE":"Loopback", "MINADDR":"127.0.0.1", "MAXADDR":"127.0.0.1", "ADDRESSES":"1" }
-
- Mar 05, 2021
-
-
Nikos Mavrogiannopoulos authored
fix typo in usage-message See merge request !34
-
- Mar 04, 2021
-
-
Astra authored
-
- Nov 23, 2020
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@redhat.com>
-