Results 84 comments of Erik Auerswald

For what it is worth, I do not see this issue currently.

This sentence has me confused as well. I do not see any reason why the existence of `ns1.ord.ietf.org.` should cause `ns2.fra.ietf.org.` to exist as well. The sentence seems to imply...

To suppress `null` output lines I usually use `|select(.!=null)`: $ jq '.a | select(. != null)'

I have started looking into this, and found a bit of an inconsistency regarding limiting the number of hosts to ping: * `fping -g 127.0.0.1 127.1.255.254` results in the error...

> JFYI: You might want to have a look at [prips](https://devel.ringlet.net/sysutils/prips/) (for "print IPs") which seems to do exactly the same. It is also available [packaged in at least the...

To document what I have found out so far: Some C compilers support a 128-bit integer type for some platforms, e.g., a not too old GCC supports it for 64-bit...

If I should use `unsigned __int128` guarded by `#ifdef __SIZEOF_INT128__`, that would be inside `fping.c`, so not for a library. I could make all functions exposing it as parameter or...

I have just created pull request #254 for open-coded IPv6 generator support.

Is there any interest in this work?

Is there any interest in this work?