packages/net/uradvd/files/uradvd.config
Moritz Warning 1506e40c78 uradvd: add new package
Send IPv6 router advertisments.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
Co-authored-by: Matthias Schiffer <mschiffer@universe-factory.net>
2021-10-14 21:46:41 +02:00

11 lines
316 B
Text

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'