Marius Tomaschewski
b6b28d718d
release, providing DHCPv6 client/server/relay implementation. The programs act in DHCPv6 mode, when the -6 start option is set. We install separate init scripts with a 6 at the end to handle them, that is /etc/init.d/dhcpd6 and dhrelay6. Further, there is also a link to the binaries with a 6 at the end, e.g. dhclient6, making it visible, that the installed version supports DHCPv6. - Moved additional documentation to a separate dhcp-doc package. - Changed to provide config files and scripts as source files instead of patches to the ISC scripts. - Adopted spec file and config/scripts, merged in all patches. - Implemented RFC 3442 classless static routes support in the dhclient-script (bnc#555870). OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=15
60 lines
1.3 KiB
Plaintext
60 lines
1.3 KiB
Plaintext
## Path: Network/DHCP/DHCP Relay agent
|
|
## Description: Configuration file for DHCP relay agent
|
|
## Type: string
|
|
## Default: ""
|
|
## ServiceRestart: dhcrelay
|
|
#
|
|
# Interface(s) for DHCPv4 relay agent to listen on
|
|
#
|
|
# Example: DHCPD_INTERFACE="eth0 eth1 eth2 wlan0"
|
|
#
|
|
DHCRELAY_INTERFACES=""
|
|
|
|
## Type: string
|
|
## Default: ""
|
|
## ServiceRestart: dhcrelay
|
|
#
|
|
# DHCPv4 servers to be used by DHCPv4 relay agent
|
|
# (separated by spaces, e.g. "192.168.0.11 191.168.0.12")
|
|
#
|
|
DHCRELAY_SERVERS=""
|
|
|
|
## Type: string
|
|
## Default: ""
|
|
## ServiceRestart: dhcrelay
|
|
#
|
|
# Additional DHCPv4 relay start options
|
|
# Example: "-c 8"
|
|
#
|
|
DHCRELAY_OPTIONS=""
|
|
|
|
## Type: string
|
|
## Default: ""
|
|
## ServiceRestart: dhcrelay6
|
|
#
|
|
# Specifies the ``lower'' network interface for DHCPv6 relay mode
|
|
# separated by spaces.
|
|
# The format of the lower interface is: "[address%]ifname[#index]".
|
|
#
|
|
DHCRELAY6_LOWER_INTERFACES_ARGS=""
|
|
|
|
## Type: string
|
|
## Default: ""
|
|
## ServiceRestart: dhcrelay6
|
|
#
|
|
# Specifies the ``upper'' network interface for DHCPv6 relay mode
|
|
# separated by spaces.
|
|
# The format of the upper interface is "[address%]ifname".
|
|
#
|
|
DHCRELAY6_UPPER_INTERFACES_ARGS=""
|
|
|
|
## Type: string
|
|
## Default: ""
|
|
## ServiceRestart: dhcrelay6
|
|
#
|
|
# Additional DHCPv6 relay start options
|
|
# Example: "-c 8 -I"
|
|
#
|
|
DHCRELAY6_OPTIONS=""
|
|
|