neutron/releasenotes/notes/l3-extensions-must-inherit-...

8 lines
276 B
YAML

---
other:
- |
Any L3 agent extension must inherit from
``neutron_lib.agent.l3_extension.L3AgentExtension``. The
``L3AgentExtensionsManager`` makes this check during the initial loading.
A ``L3ExtensionException`` will be raised if the condition is not met.