From d8b82066fa9af6cc0ed85cdb29c4b283ef137204 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 14 May 2010 02:36:42 +0800 Subject: [nat] Use A.B.C.D for the IP address The VTY code will then be able to validate the IP Address. --- openbsc/src/nat/bsc_nat_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); -- cgit v1.2.3