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

# vpn

vpn\_db.py文件跟firewall\_db.py类似，定义了VPN的资源和操作实现类，以及一个VPNPluginRpcDbMixin类。

vpn\_validator.py文件定义了VpnReferenceValidator类，对vpn资源进行校验。
