diff options
Diffstat (limited to 'net-misc/dhcp/files/dhcrelay.conf')
-rw-r--r-- | net-misc/dhcp/files/dhcrelay.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-misc/dhcp/files/dhcrelay.conf b/net-misc/dhcp/files/dhcrelay.conf index 2b7f91a39efe..516f8361a0c5 100644 --- a/net-misc/dhcp/files/dhcrelay.conf +++ b/net-misc/dhcp/files/dhcrelay.conf @@ -1,13 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcrelay.conf,v 1.4 2004/12/20 19:21:39 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcrelay.conf,v 1.5 2005/12/07 13:59:32 uberlord Exp $ # Configure which interface or interfaces to for dhcp to listen on -# list all interfaces space separated. -IFACE="eth0" +# list all interfaces space separated. If this is not specified then +# we listen on all interfaces. +#IFACE="" # Insert any other options needed. See dhcrelay(8) for details. -DHCRELAY_OPTS="-q" +#DHCRELAY_OPTS="" # Space separated list of IPs to forward BOOTP/DHCP packets to. DHCRELAY_SERVERS="" |