summaryrefslogtreecommitdiffstats
path: root/lib/log.h
diff options
context:
space:
mode:
authorDaniel Walton <dwalton@cumulusnetworks.com>2016-09-25 18:49:39 +0200
committerDaniel Walton <dwalton@cumulusnetworks.com>2016-09-25 18:49:39 +0200
commit199d90a10eea7115c2854821ed11a229d72d1f23 (patch)
tree777a93c01ea95ecf986d1ad6f7ee4e2cd6eaa11f /lib/log.h
parentExpand #defines in command strings (diff)
downloadfrr-199d90a10eea7115c2854821ed11a229d72d1f23.tar.xz
frr-199d90a10eea7115c2854821ed11a229d72d1f23.zip
Expand #defines in command strings
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'lib/log.h')
-rw-r--r--lib/log.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/log.h b/lib/log.h
index 951fa124c..b5edc75f1 100644
--- a/lib/log.h
+++ b/lib/log.h
@@ -192,8 +192,6 @@ struct timestamp_control {
/* Defines for use in command construction: */
-#define LOG_LEVELS "(emergencies|alerts|critical|errors|warnings|notifications|informational|debugging)"
-
#define LOG_LEVEL_DESC \
"System is unusable\n" \
"Immediate action needed\n" \
@@ -204,8 +202,6 @@ struct timestamp_control {
"Informational messages\n" \
"Debugging messages\n"
-#define LOG_FACILITIES "(kern|user|mail|daemon|auth|syslog|lpr|news|uucp|cron|local0|local1|local2|local3|local4|local5|local6|local7)"
-
#define LOG_FACILITY_DESC \
"Kernel\n" \
"User process\n" \