mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			141 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			141 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| interface[] {
 | |
| 	proto: string, required;
 | |
| 	ipaddr: ip, required[proto=static];
 | |
| 	netmask: ip, required[proto=static];
 | |
| 	gateway: ip;
 | |
| 	dns: ip;
 | |
| }
 |