> For the complete documentation index, see [llms.txt](https://yeasy.gitbook.io/openstack_code_neutron/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeasy.gitbook.io/openstack_code_neutron/neutron/extensions/l3agentschedulerpy.md).

# l3agentscheduler.py

RouterSchedulerController类和L3AgentsHostingRouterController类，都继承自wsgi.Controller。

L3agentscheduler扩展类，继承自extensions.ExtensionDescriptor，支持l3 agent的调度器。 L3AgentSchedulerPluginBase，为管理l3 agent调度器提供REST API支持。
