aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-14 02:37:54 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-14 02:37:54 +0800
commitd275cf64070cb10ed3873ae25ba4cf289bf714d8 (patch)
treee557f1e6a6ad859f69ed846ad2627a737f965aff
parentc00e9ce09f98aea46df10f9da6a37ba3c8b7292e (diff)
[bsc_msc_ip] Use A.B.C.D for the VTY code.
-rw-r--r--openbsc/src/vty_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/vty_interface.c b/openbsc/src/vty_interface.c
index 8f205c96e..aada5fa97 100644
--- a/openbsc/src/vty_interface.c
+++ b/openbsc/src/vty_interface.c
@@ -1329,7 +1329,7 @@ DEFUN(cfg_net_pag_any_tch,
DEFUN(cfg_net_msc_ip,
cfg_net_msc_ip_cmd,
- "msc ip IP",
+ "msc ip A.B.C.D",
"Set the MSC/MUX IP address.")
{
if (gsmnet->msc_ip)