BSpendlove / pykeadhcp

A python module used to interact the the Kea DHCP API daemons (dhcp4, dhcp6, ctrl-agent and ddns)
Apache License 2.0
18 stars 2 forks source link

dhcp6 basic cb_cmds commands #28

Closed BSpendlove closed 1 year ago

BSpendlove commented 1 year ago

Daemon/Area

dhcp6

Feature/Enhancement you are proposing

dhcp4 has basic config backend API implementation as of 0.6.0a0

Idea is to implement the basic functionality (subnets, shared-networks and reservations) for the release of 0.6.0, and then 0.7.0 milestone should include the more detailed commands for option-def, etc....

Reason for Feature/Enhancement

To encourage users to deploy DHCPv6 with pykeadhcp and configuration backend (cb_cmd hook library)

BSpendlove commented 1 year ago

Commands to implement:

BSpendlove commented 1 year ago

Merged into dev #33