Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion net/kea/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=kea
PKG_VERSION:=3.0.2
PKG_RELEASE:=8
PKG_RELEASE:=9

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://ftp.isc.org/isc/kea/$(PKG_VERSION)
Expand Down
8 changes: 5 additions & 3 deletions net/kea/files/dhcp4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -688,10 +688,12 @@ gen_dhcp_subnet() {
if [ $dynamicdhcp -eq 0 ]; then

if [ $authoritative -eq 1 ]; then
# see:
# https://gitlab.isc.org/isc-projects/kea/-/issues/4110
# echo " deny unknown-clients;"
:
json_add_array "client-classes"
json_add_object
json_add_fields "name:string=REJECT" "test:string=not(member('KNOWN'))"
json_close_object
json_close_array # client-classes
else
# echo " ignore unknown-clients;"
json_add_array "client-classes"
Expand Down
Loading
Loading