neutron-lib/releasenotes/notes/bfd_monitor_api_extension-910f5842783e040a.yaml
elajkat f8c5b72cc8 BFD api def
Change-Id: Ia93894051c565c006749fb70950d6e67fcd82cad
Related-Bug: #1907089
See-Also: https://review.opendev.org/c/openstack/neutron-specs/+/767337
2021-08-10 14:23:29 +02:00

13 lines
725 B
YAML

---
features:
- New extension ``bfd-monitor`` to allow creation of bfd_monitor instances,
and managing them. The API definition defines also ``bfd_session_status``
and ``bfd_monitor_associations`` actions to make possible checking the
session status of the bfd_monitor and its asscociated routes, and listing
the routes associated with the bfd_monitor.
(``Note`` that this API extension was merged as experimental to enable
parallel development of multiple backends. At the moment this API does
not have a reference implementation and should not be considered final.
A later release note will mark when the reference implementation gets
merged and the feauture is ready to be consumed.)