diff options
author | Aaron Marcher <me@drkhsh.at> | 2017-08-14 18:00:46 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2017-08-14 18:00:46 +0200 |
commit | 8f5219b6dab5a1c9b7f92362a34aacfd393fa0e4 (patch) | |
tree | cc3aa76f993504020773a4c6510b048bf8e0acc4 /config.def.h | |
parent | fcc5c683a6cb6efa380d82e6af34b31181ea1751 (diff) |
Added IPv6 address function
- Renamed "ip" function to "ipv4"
- Added "ipv6" function
- Adjusted README and config.def.h accordingly
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index a55dafa..f4a6bed 100644 --- a/config.def.h +++ b/config.def.h @@ -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 |