cb332acb29
This is adding new API for the dhcp driver to clean stale devices. Previously it was not necessary since a dhcp port was related to a nemaspace and when the namespace got deleted, the device was also removed. Now with multisegments we can have more than one dhcp port per namespace based on segmenation id so we should ensure to remove the stale device. Partial-Bug: #1956435 Partial-Bug: #1764738 Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com> Change-Id: I4a46b034a5feabb914bc6fd121d68e20278230b5
6 lines
124 B
YAML
6 lines
124 B
YAML
---
|
|
features:
|
|
- |
|
|
Introducing `clean_devices`, a new DHCP driver's API that can be
|
|
called to clean stale devices.
|