aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/vty.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-17 14:42:20 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-17 14:42:20 +0800
commit7b4a53d537a1d6cb6bfff2c65e3252c2a4ac0aa7 (patch)
treea20f2cf12cb0d92f6b1e142ae5e2024afb33f83e /openbsc/include/openbsc/vty.h
parent9c78697fa22ddbb376713019c1adc953552ebb58 (diff)
nat: Rename BSC_NODE to NAT_BSC_NODE to avoid future issues.
Diffstat (limited to 'openbsc/include/openbsc/vty.h')
-rw-r--r--openbsc/include/openbsc/vty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/vty.h b/openbsc/include/openbsc/vty.h
index 3346a2c6c..570f1fd53 100644
--- a/openbsc/include/openbsc/vty.h
+++ b/openbsc/include/openbsc/vty.h
@@ -31,7 +31,7 @@ enum bsc_vty_node {
BSSGP_NODE,
OML_NODE,
NAT_NODE,
- BSC_NODE,
+ NAT_BSC_NODE,
};
#endif