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

# vpnaas.py

Vpnaas扩展类，继承自extensions.ExtensionDescriptor，提供安全组扩展支持。

VPNPluginBase抽象基础类，继承自service\_base.ServicePluginBase，定义对vpn服务进行管理操作的接口。这个类被vpn\_db.py中的VPNPluginDb类继承。
