From ea2432988cde62b4520e547d8b5d95be489a459a Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 6 Mar 2018 16:31:09 +0100 Subject: show the SSID for wireless interfaces --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') 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 %s is %s." +#define TEXT_WIRELESS "Interface %s is %s on %s." #define TEXT_NEWADDR "Interface %s has new %s address\n%s/%d." #define TEXT_DELLINK "Interface %s has gone away." -- cgit v1.2.3-54-g00ecf