mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
[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:
@@ -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]);
|
||||
|
Reference in New Issue
Block a user