aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_nat.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-24 23:57:06 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-24 23:57:06 +0100
commitec1921dfa36f9e6a6f75ca1a85331cfc4c69759e (patch)
treefb8f818f7a4d5f1e89aa278481d9e8db04c40939 /openbsc/src/nat/bsc_nat.c
parentb62b12398b2f03ea1f453e4e1790cf304eed56c1 (diff)
Use shorter vty_app_info->name for all apps
... as this is now used as SYSLOG ident
Diffstat (limited to 'openbsc/src/nat/bsc_nat.c')
-rw-r--r--openbsc/src/nat/bsc_nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/nat/bsc_nat.c b/openbsc/src/nat/bsc_nat.c
index bb712586e..643b3c4ba 100644
--- a/openbsc/src/nat/bsc_nat.c
+++ b/openbsc/src/nat/bsc_nat.c
@@ -1255,7 +1255,7 @@ static void talloc_init_ctx()
extern enum node_type bsc_vty_go_parent(struct vty *vty);
static struct vty_app_info vty_info = {
- .name = "BSC NAT",
+ .name = "OsmoBSCNAT",
.version = PACKAGE_VERSION,
.go_parent_cb = bsc_vty_go_parent,
.is_config_node = bsc_vty_is_config_node,