From 41c9dc8729840f45f174a14a08703e04d1f5717e Mon Sep 17 00:00:00 2001 From: freaj Date: Mon, 30 Mar 2015 10:08:17 +0200 Subject: openrc-net: add new package to [pcr] --- pcr/openrc-net/dhcrelay.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pcr/openrc-net/dhcrelay.conf (limited to 'pcr/openrc-net/dhcrelay.conf') diff --git a/pcr/openrc-net/dhcrelay.conf b/pcr/openrc-net/dhcrelay.conf new file mode 100644 index 000000000..44699682d --- /dev/null +++ b/pcr/openrc-net/dhcrelay.conf @@ -0,0 +1,16 @@ +# /etc/conf.d/dhcrelay: config file for /etc/init.d/dhcrelay + +# Configure which interface or interfaces to for dhcrelay to listen on +# and send to. +# List all interfaces space separated. If this is not specified then +# we use all interfaces. +#IFACE="" +# If you have split net interfaces, you might want to depend on them +# explicitly here. +#rc_need=$(printf 'net.%s ' ${IFACE}) + +# Insert any other options needed. See dhcrelay(8) for details. +#DHCRELAY_OPTS="" + +# Space separated list of IPs to forward BOOTP/DHCP packets to. +DHCRELAY_SERVERS="" -- cgit v1.2.3-2-g168b