mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	This allows IPv6 to set up without IPv4 being up thus IPv6-only or IPv6+DS-Lite working with the default config. Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42848
		
			
				
	
	
		
			19 lines
		
	
	
		
			360 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			360 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Copyright (C) 2006 OpenWrt.org
 | |
| 
 | |
| config interface loopback
 | |
| 	option ifname	lo
 | |
| 	option proto	static
 | |
| 	option ipaddr	127.0.0.1
 | |
| 	option netmask	255.0.0.0
 | |
| 
 | |
| config interface lan
 | |
| 	option ifname	eth0
 | |
| 	option type 	bridge
 | |
| 	option proto	static
 | |
| 	option ipaddr	192.168.1.1
 | |
| 	option netmask	255.255.255.0
 | |
| 	option ip6assign 60
 | |
| 
 | |
| config globals globals
 | |
| 	option ula_prefix auto
 |