[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 5d645bf984
commit c00e9ce09f

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