dhcpmngr: add micro service for Device.DHCPv4. and Device.DHCPv6.
* add support for DHCP data model objects as micro service (moved from bbfdm) * add udhcpc.user.d script to keep track of remaining lease time (moved from bbfdm) * replace function calls that do not work in micro service mode * add pipeline
parent
bd1d52b1
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 15 additions, 0 deletions.gitlab-ci.yml
- README.md 8 additions, 0 deletionsREADME.md
- gitlab-ci/compile.sh 16 additions, 0 deletionsgitlab-ci/compile.sh
- gitlab-ci/shared.sh 27 additions, 0 deletionsgitlab-ci/shared.sh
- src/Makefile 17 additions, 0 deletionssrc/Makefile
- src/dhcpmngr.c 28 additions, 0 deletionssrc/dhcpmngr.c
- src/dhcpmngr.h 21 additions, 0 deletionssrc/dhcpmngr.h
- src/dhcpv4.c 3732 additions, 0 deletionssrc/dhcpv4.c
- src/dhcpv4.h 51 additions, 0 deletionssrc/dhcpv4.h
- src/dhcpv6.c 1457 additions, 0 deletionssrc/dhcpv6.c
- src/dhcpv6.h 31 additions, 0 deletionssrc/dhcpv6.h
.gitlab-ci.yml
0 → 100644
gitlab-ci/compile.sh
0 → 100755
gitlab-ci/shared.sh
0 → 100644
src/Makefile
0 → 100644
src/dhcpmngr.c
0 → 100644
src/dhcpmngr.h
0 → 100644
src/dhcpv4.c
0 → 100644
This diff is collapsed.
src/dhcpv4.h
0 → 100644
src/dhcpv6.c
0 → 100644
This diff is collapsed.
src/dhcpv6.h
0 → 100644
Please register or sign in to comment