Source-Makefile: feeds/base/package/network/services/odhcpd/Makefile

Package: odhcpd
Version: 2024.05.08~a29882318a4ccb3ae26f7cc0145e06ad4ead224b-r1
Depends: +libc +libubox +libuci +libubus +libnl-tiny
Conflicts: 
Menu-Depends: 
Provides: 
Build-Variant: full
Section: net
Category: Network
Repository: base
Title: OpenWrt DHCPv6(-PD)/RA Server & Relay and DHCPv4 server
Maintainer: Hans Dedecker <dedeckeh@gmail.com>
Source: odhcpd-2024.05.08~a29882318a4ccb3ae26f7cc0145e06ad4ead224b.tar.zst
License: GPL-2.0
Type: ipkg
Description:   odhcpd is a daemon for serving and relaying IP management protocols to
 configure clients and downstream routers. It tries to follow the RFC 6204
 requirements for IPv6 home routers.

 This is a variant providing server services for DHCPv4, RA, stateless and
 stateful DHCPv6,  prefix delegation and can be used to relay RA, DHCPv6 and
 NDP between routed (non-bridged) interfaces in case no delegated prefixes
 are available.
@@
Config:
menu "Configuration"
	depends on PACKAGE_odhcpd

config PACKAGE_odhcpd_full_ext_cer_id
	int
	default 0
	prompt "CER-ID Extension ID (0 = disabled)"
endmenu
@@

Package: odhcpd-ipv6only
Version: 2024.05.08~a29882318a4ccb3ae26f7cc0145e06ad4ead224b-r1
Depends: +libc +libubox +libuci +libubus +libnl-tiny @IPV6
Conflicts: 
Menu-Depends: 
Provides: 
Build-Variant: ipv6only
Section: net
Category: Network
Repository: base
Title: OpenWrt DHCPv6(-PD)/RA Server & Relay
Maintainer: Hans Dedecker <dedeckeh@gmail.com>
Source: odhcpd-2024.05.08~a29882318a4ccb3ae26f7cc0145e06ad4ead224b.tar.zst
License: GPL-2.0
Type: ipkg
Description:   odhcpd is a daemon for serving and relaying IP management protocols to
 configure clients and downstream routers. It tries to follow the RFC 6204
 requirements for IPv6 home routers.

 This is a variant providing server services for RA, stateless and stateful
 DHCPv6,  prefix delegation and can be used to relay RA, DHCPv6 and NDP between
 routed (non-bridged) interfaces in case no delegated prefixes are available.
@@
Config:
menu "Configuration"
	depends on PACKAGE_odhcpd-ipv6only

config PACKAGE_odhcpd_ipv6only_ext_cer_id
	int
	default 0
	prompt "CER-ID Extension ID (0 = disabled)"
endmenu
@@


