From c6e482714f2387c19b432e2926775c61d1c887f0 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Mon, 11 Mar 2024 14:28:45 +0200 Subject: [PATCH] MAINTAINERS: Add maass-hamburg as DHCPv4 collaborator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adding Fin Maaß (maass-hamburg) as a collaborator to the DHCPv4. Related PR #69992 Signed-off-by: Jukka Rissanen --- MAINTAINERS.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index 43b516e04df6..8bd82e024c38 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -2552,10 +2552,12 @@ Networking: - include/zephyr/net/ieee802154*.h - include/zephyr/net/wifi*.h - include/zephyr/net/buf.h + - include/zephyr/net/dhcpv4*.h - samples/net/gptp/ - samples/net/sockets/coap_*/ - samples/net/lwm2m_client/ - samples/net/wifi/ + - samples/net/dhcpv4_client/ - subsys/net/buf*.c - subsys/net/l2/ethernet/gptp/ - subsys/net/l2/ieee802154/ @@ -2564,6 +2566,8 @@ Networking: - subsys/net/lib/config/ieee802154* - subsys/net/lib/lwm2m/ - subsys/net/lib/tls_credentials/ + - subsys/net/lib/dhcpv4/ + - tests/net/dhcpv4/ - tests/net/ieee802154/ - tests/net/wifi/ labels: @@ -2636,6 +2640,24 @@ Networking: tests: - net.coap +"Networking: DHCPv4": + status: maintained + maintainers: + - rlubos + - jukkar + collaborators: + - maass-hamburg + files: + - subsys/net/lib/dhcpv4/ + - samples/net/dhcpv4_client/ + - tests/net/dhcpv4/ + - include/zephyr/net/dhcpv4*.h + labels: + - "area: Networking" + tests: + - net.dhcpv4_client + - net.dhcpv4_server + "Networking: gPTP": status: maintained maintainers: