diff options
Diffstat (limited to 'src/gb')
-rw-r--r-- | src/gb/gprs_bssgp_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gb/gprs_bssgp_vty.c b/src/gb/gprs_bssgp_vty.c index 703d130a..30ba6037 100644 --- a/src/gb/gprs_bssgp_vty.c +++ b/src/gb/gprs_bssgp_vty.c @@ -58,7 +58,7 @@ static void log_set_bvc_filter(struct log_target *target, static struct cmd_node bssgp_node = { L_BSSGP_NODE, - "%s(bssgp)#", + "%s(config-bssgp)# ", 1, }; |