summaryrefslogtreecommitdiffstats
path: root/net/rarpd/files/rarpd.config
blob: 297a869ea9f1fe64863e7b64924241450cc3bb3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package 'rarpd'

config 'rarpd'
	option enabled 0

	# listen on the specified interface (default: lan)
#	option interface 'lan'

	# use the specified 'ethers' file (default: /etc/ethers)
#	option ethers '/etc/ethers'

	# be verbose (default: false)
#	option verbose 0