> 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/firewallpy.md).

# firewall.py

Firewall扩展类，继承自extensions.ExtensionDescriptor，提供防火墙扩展支持。

FirewallPluginBase抽象基础类，继承自service\_base.ServicePluginBase，定义了防火墙plugin的基础接口。
