File: farpd.default

package info (click to toggle)
farpd 0.2-9
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 316 kB
  • ctags: 92
  • sloc: sh: 3,166; ansic: 1,013; makefile: 71
file content (16 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Options for the Fake arp daemon
#
# Interface where farpd will listen in
INTERFACE=""

# Network for which fake arp daemon will answer to
# You can leave this empty but then the daemon will try to take over
# all the network addresses in that interface
# 
# Note: Default 'unconfigured' means that farpd will not startup, you
# have to setup a valid value here (can be empty)
NETWORK="unconfigured"

# Time to wait for the daemon to die before restarting it
# (in seconds)
# DODTIME=5