aboutsummaryrefslogtreecommitdiffstats
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-05-14 02:36:42 +0800
commitc00e9ce09f98aea46df10f9da6a37ba3c8b7292e (patch)
tree9e19873560c51f8e69fe99149442088656afe105
parent5d645bf984bedec2a2d1c57b33b8893c2e34cbcf (diff)
[nat] Use A.B.C.D for the IP address
The VTY code will then be able to validate the IP Address.
-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]);