> 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/db/extensions/l3_attrs_dbpy.md).

# l3\_attrs\_db.py

定义了RouterExtraAttributes类（继承自model\_base.BASE类），代表一个路由器的附加属性。

定义了ExtraAttributesMixin类，用来对这些虚拟属性进行支持。
