[nat] Use A.B.C.D for the IP address

The VTY code will then be able to validate the IP Address.
This commit is contained in:
Holger Hans Peter Freyther 2010-05-14 02:36:42 +08:00
parent c89c030b10
commit d8b82066fa
1 changed files with 1 additions and 1 deletions

View File

@ -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]);