summaryrefslogtreecommitdiffstats
path: root/extra/conntrack-tools/conntrackd.confd
blob: 7c937cbd9e3e523c8630196062efdea19fc2815d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# conntrackd config file
# default: /etc/conntrackd/conntrackd.conf
#CONNTRACKD_CFG=/etc/conntrackd/conntrackd.conf

# conntrackd lockfile (must match the "LockFile" entry
# from the "General" section in the config file)
# default: /var/lock/conntrack.lock
#CONNTRACKD_LOCK=/var/lock/conntrack.lock

# extra options for conntrackd
#CONNTRACKD_OPTS="" # you must NOT use -C here!

# depend on a specific network interface
#RC_NEED="net.eth1" # baselayout-1
#rc_need="net.eth1" # baselayout-2/OpenRC