blob: d3f568d2caaade359eea42f1f1789a4450bfd27f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/files/radvd-0.9-conf.d,v 1.1.1.1 2005/11/30 09:54:48 chriswhite Exp $
# Extra options to pass to radvd
OPTIONS=""
# Set this to "no" to tell the init script NOT to set up IPv6 forwarding
# using /proc/sys/net/ipv6/conf/all/forwarding
# Only change this if you know what you're doing!
FORWARD="yes"
|