mirror of
https://github.com/openwrt/packages.git
synced 2025-07-10 09:59:01 +00:00
Send IPv6 router advertisments. Signed-off-by: Moritz Warning <moritzwarning@web.de> Co-authored-by: Matthias Schiffer <mschiffer@universe-factory.net>
12 lines
316 B
Plaintext
12 lines
316 B
Plaintext
|
|
config interface
|
|
option enabled '0'
|
|
# send router advertisment over this device
|
|
# alternative: option device 'lan'
|
|
option ifname 'br-lan'
|
|
# lifetime of the default route (in seconds)
|
|
option default_lifetime '0'
|
|
list prefix_on_link '300::/64'
|
|
list prefix_off_link '200::/64'
|
|
list dns '2001:4860:4860::8888'
|