mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
ccc9d946e3
The current default dhcp server kea in oe-core doesn't provide dhcp-relay tool. Add a recipe to provide dhcrelay which is from dhcp. This patch is picked up from dhcp recipe with some tweaks. In order to fix the build dependency, we use bundled bind instead of external bind. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
336 B
Plaintext
13 lines
336 B
Plaintext
# Defaults for dhcp-relay initscript
|
|
# sourced by /etc/init.d/dhcp-relay
|
|
|
|
# What servers should the DHCP relay forward requests to?
|
|
# e.g: SERVERS="192.168.0.1"
|
|
SERVERS=""
|
|
|
|
# On what interfaces should the DHCP relay (dhrelay) serve DHCP requests?
|
|
INTERFACES=""
|
|
|
|
# Additional options that are passed to the DHCP relay daemon?
|
|
OPTIONS=""
|