aboutsummaryrefslogtreecommitdiff
path: root/net/uradvd/files/uradvd.config
blob: aa5486de30072fe17dae60044afcf50c5339396c (plain)
1
2
3
4
5
6
7
8
9
10
11
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'