This website requires JavaScript.
Explore
Help
Sign In
mirror
/
netbox-community-netbox
Watch
1
Star
0
Fork
0
You've already forked netbox-community-netbox
mirror of
https://github.com/netbox-community/netbox.git
synced
2024-05-10 07:54:54 +00:00
Code
netbox-community-netbox
/
netbox
/
vpn
/
models
/
__init__.py
4 lines
66 B
Python
Raw
Normal View
History
Unescape
Escape
Closes #9816: VPN tunnel support (#14276) - Introduces a new `vpn` app with the following models: - Tunnel - TunnelTermination - IKEProposal - IKEPolicy - IPSecProposal - IPSecPolicy - IPSecProfile
2023-11-27 16:17:15 -05:00
from
.
crypto
import
*
Closes #14311: Move L2VPN models from `ipam` to `vpn` (#14358) * Move L2VPN and L2VPNTermination models from ipam to vpn * Move L2VPN resources from ipam to vpn * Extend migration to update content types * Misc cleanup
2023-11-28 13:45:00 -05:00
from
.
l2vpn
import
*
Closes #9816: VPN tunnel support (#14276) - Introduces a new `vpn` app with the following models: - Tunnel - TunnelTermination - IKEProposal - IKEPolicy - IPSecProposal - IPSecPolicy - IPSecProfile
2023-11-27 16:17:15 -05:00
from
.
tunnels
import
*
Copy Permalink