mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
				synced 2025-11-03 21:43:32 +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