diff options
author | sewn <sewn@disroot.org> | 2024-03-16 00:20:54 +0300 |
---|---|---|
committer | drkhsh <me@drkhsh.at> | 2025-04-30 03:09:55 +0200 |
commit | af508f0b4cf88b1921c59fdf5dd1a98c08223fa5 (patch) | |
tree | 56b37faf5e15573e3b9b2a11e233bbd62df3cf5f /config.def.h | |
parent | b6267f7d0bedf5789206adf21f33cfe1a872289c (diff) |
add 'up' for whether a interface is up or down
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index d805331..100093e 100644 --- a/config.def.h +++ b/config.def.h @@ -56,6 +56,7 @@ static const char unknown_str[] = "n/a"; * thermal zone on FreeBSD * (tz0, tz1, etc.) * uid UID of current user NULL + * up interface is running interface name (eth0) * uptime system uptime NULL * username username of current user NULL * vol_perc OSS/ALSA volume in percent mixer file (/dev/mixer) |