File: farpd.default

package info (click to toggle)
farpd 0.2-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 416 kB
  • sloc: ansic: 2,646; sh: 449; makefile: 16
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