Skip to content

Commit

Permalink
MAINTAINERS: Add maass-hamburg as DHCPv4 collaborator
Browse files Browse the repository at this point in the history
Adding Fin Maaß <[email protected]> (maass-hamburg) as
a collaborator to the DHCPv4.

Related PR #69992

Signed-off-by: Jukka Rissanen <[email protected]>
  • Loading branch information
jukkar authored and dleach02 committed Mar 13, 2024
1 parent 9a0b8e7 commit c6e4827
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c6e4827

Please sign in to comment.