packages/ipv6/radvd/files/radvd.config
swalker 79e179e291 [packages] radvd: update to 1.7
* add RFC6106 DNSSL and clients init script options
 * add route, DNSSL and clients config sections
 * remove now ignored AdvRDNSSPreference and AdvRDNSSOpen pre RFC5006 options
 * remove empty route bool options
 * remove obsolete avr32 patch
 * use PKG_INSTALL, CONFIGURE_ARGS and MAKE_FLAGS


git-svn-id: svn://svn.openwrt.org/openwrt/packages@25224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-29 01:04:03 +00:00

37 lines
720 B
Plaintext

config interface
option interface 'lan'
option AdvSendAdvert 1
option AdvManagedFlag 0
option AdvOtherConfigFlag 0
option ignore 1
config prefix
option interface 'lan'
# If not specified, a non-link-local prefix of the interface is used
option prefix ''
option AdvOnLink 1
option AdvAutonomous 1
option AdvRouterAddr 0
option ignore 1
config route
option interface 'lan'
option prefix ''
option ignore 1
config rdnss
option interface 'lan'
# If not specified, the link-local address of the interface is used
option addr ''
option ignore 1
config dnssl
option interface 'lan'
option suffix ''
option ignore 1
config clients
option interface 'lan'
option client ''
option ignore 1