| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/files/racoon.conf.d,v 1.3 2004/07/14 23:29:57 agriffis Exp $
|
| 4 |
|
| 5 |
# Config file for /etc/init.d/racoon
|
| 6 |
|
| 7 |
# See the man page or run `racoon --help` for valid command-line options
|
| 8 |
# RACOON_OPTS="-d"
|
| 9 |
|
| 10 |
RACOON_CONF="/etc/racoon/racoon.conf"
|
| 11 |
RACOON_PSK_FILE="/etc/racoon/psk.txt"
|
| 12 |
SETKEY_CONF="/etc/ipsec.conf"
|
| 13 |
|
| 14 |
# Comment or remove the following if you don't want the policy tables
|
| 15 |
# to be flushed when racoon is stopped.
|
| 16 |
|
| 17 |
RACOON_RESET_TABLES="true"
|
| 18 |
|