mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
6678880db5
- Introduces a new `vpn` app with the following models: - Tunnel - TunnelTermination - IKEProposal - IKEPolicy - IPSecProposal - IPSecPolicy - IPSecProfile
614 B
614 B
IPSec Policy
An IPSec policy defines a set of proposals to be used in the formation of IPSec tunnels. A perfect forward secrecy (PFS) group may optionally also be defined. These policies are referenced by IPSec profiles.
Fields
Name
The unique user-assigned name for the policy.
Proposals
One or more IPSec proposals supported for use by this policy.
PFS Group
The perfect forward secrecy (PFS) group supported by this policy (optional).