aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-06 12:09:02 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-06 12:09:02 +0200
commit87f6d26c2e53ba931cd67fa3a6033a83b87b60f0 (patch)
tree45bf43fbebef05e45007eeae8ea257b8c43f954d
parentfab2ff34c4d7d21247bd745e4b8c23dc92040882 (diff)
[vty] Add the nat area to the list of categories.
-rw-r--r--openbsc/src/vty_interface_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/vty_interface_cmds.c b/openbsc/src/vty_interface_cmds.c
index ee1df86f4..167b9542c 100644
--- a/openbsc/src/vty_interface_cmds.c
+++ b/openbsc/src/vty_interface_cmds.c
@@ -142,7 +142,7 @@ DEFUN(logging_prnt_timestamp,
}
/* FIXME: those have to be kept in sync with the log levels and categories */
-#define VTY_DEBUG_CATEGORIES "(rll|cc|mm|rr|rsl|nm|sms|pag|mncc|inp|mi|mib|mux|meas|sccp|msc|mgcp|ho|db|ref)"
+#define VTY_DEBUG_CATEGORIES "(rll|cc|mm|rr|rsl|nm|sms|pag|mncc|inp|mi|mib|mux|meas|sccp|msc|mgcp|ho|db|ref|nat)"
#define VTY_DEBUG_LEVELS "(everything|debug|info|notice|error|fatal)"
DEFUN(logging_level,
logging_level_cmd,