Added IPv6 address function

- Renamed "ip" function to "ipv4"
- Added "ipv6" function
- Adjusted README and config.def.h accordingly
This commit is contained in:
Aaron Marcher
2017-08-14 18:00:46 +02:00
parent fcc5c683a6
commit 8f5219b6da
3 changed files with 39 additions and 6 deletions

View File

@ -25,7 +25,8 @@ static const char unknown_str[] = "n/a";
* entropy available entropy NULL
* gid GID of current user NULL
* hostname hostname NULL
* ip IPv4 address interface name
* ipv4 IPv4 address interface name
* ipv6 IPv6 address interface name
* kernel_release `uname -r` NULL
* keyboard_indicators caps/num lock indicators NULL
* load_avg load average NULL