mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 12:38:04 +02:00
Imported n-dhcp4 code with command: git subtree add --prefix shared/n-dhcp4/ git@github.com:nettools/n-dhcp4.git master --squash To update the library use: git subtree pull --prefix shared/n-dhcp4/ git@github.com:nettools/n-dhcp4.git master --squash
20 lines
815 B
Markdown
20 lines
815 B
Markdown
# n-dhcp4 - Dynamic Host Configuration Protocol for IPv4
|
|
|
|
## CHANGES WITH 1:
|
|
|
|
* Initial release of n-dhcp4, an implementation of the IPv4 Dynamic
|
|
Host Configuration Protocol as defined in RFC-2132+.
|
|
|
|
* This is a pre-release. The code is not yet ready for production.
|
|
Furthermore, the server implementation is incomplete and subject to
|
|
change.
|
|
The client implementation is considered complete, but the API is not
|
|
set in stone. We will have to adapt it according to the needs of the
|
|
users. Hence, this release does not provide any ABI stability
|
|
guarantees, yet.
|
|
|
|
* The n-dhcp4 project is now dual-licensed: ASL-2.0 and LGPL-2.1+
|
|
|
|
Contributions from: David Rheinsberg, Tom Gundersen
|
|
|
|
- Tübingen, 2019-05-10
|