aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_nat_vty.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-14 02:36:42 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 20:24:18 +0800
commitd8b82066fa9af6cc0ed85cdb29c4b283ef137204 (patch)
treeb6b5ecdf3293751aeb5139f817cd6739a6d2ba25 /openbsc/src/nat/bsc_nat_vty.c
parentc89c030b100fc715adb529d2c47fc9d0ff10ba73 (diff)
[nat] Use A.B.C.D for the IP address
The VTY code will then be able to validate the IP Address.
Diffstat (limited to 'openbsc/src/nat/bsc_nat_vty.c')
-rw-r--r--openbsc/src/nat/bsc_nat_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/nat/bsc_nat_vty.c b/openbsc/src/nat/bsc_nat_vty.c
index 696a47c1e..c24f7e511 100644
--- a/openbsc/src/nat/bsc_nat_vty.c
+++ b/openbsc/src/nat/bsc_nat_vty.c
@@ -260,7 +260,7 @@ DEFUN(cfg_nat_imsi_deny,
DEFUN(cfg_nat_msc_ip,
cfg_nat_msc_ip_cmd,
- "msc ip IP",
+ "msc ip A.B.C.D",
"Set the IP address of the MSC.")
{
bsc_nat_set_msc_ip(_nat, argv[0]);