aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-03-06 16:31:09 +0100
committerGravatar Christian Hesse <mail@eworm.de>2018-03-06 16:42:01 +0100
commitea2432988cde62b4520e547d8b5d95be489a459a (patch)
tree4396e305cc1f39f2d461de460105d40611109fb5 /config.def.h
parent11150de752942ff5897b5c596dcf72bdbe429f36 (diff)
downloadnetlink-notify-ea2432988cde62b4520e547d8b5d95be489a459a.tar.gz
netlink-notify-ea2432988cde62b4520e547d8b5d95be489a459a.tar.zst
show the SSID for wireless interfaces
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 34a496e..937bd9f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -20,6 +20,7 @@
/* define notification text messages */
#define TEXT_TOPIC "Netlink Notification"
#define TEXT_NEWLINK "Interface <b>%s</b> is <b>%s</b>."
+#define TEXT_WIRELESS "Interface <b>%s</b> is <b>%s</b> on <b>%s</b>."
#define TEXT_NEWADDR "Interface <b>%s</b> has new %s address\n<b>%s</b>/%d."
#define TEXT_DELLINK "Interface <b>%s</b> has gone away."