diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-16 17:33:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-16 17:33:21 +0000 |
commit | 669e19155dc8d1649d48fa4a2ee8c972f2ff453d (patch) | |
tree | 0d9bb04a96a4355921b7906a93e20a3841946c85 /main/dhcp/dhcrelay.confd | |
parent | 88047fba6a5acc2eb88a55990fb06c6ac1d80001 (diff) | |
download | aports-669e19155dc8d1649d48fa4a2ee8c972f2ff453d.tar.bz2 aports-669e19155dc8d1649d48fa4a2ee8c972f2ff453d.tar.xz |
main/dhcp: create dhcrelay subpackage with init.d script
fixes #281
Diffstat (limited to 'main/dhcp/dhcrelay.confd')
-rw-r--r-- | main/dhcp/dhcrelay.confd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/dhcp/dhcrelay.confd b/main/dhcp/dhcrelay.confd new file mode 100644 index 0000000000..1102d3a41b --- /dev/null +++ b/main/dhcp/dhcrelay.confd @@ -0,0 +1,13 @@ +# /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="" + +# 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="" |