mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-24 18:32:04 +01:00
- Introduces a new `vpn` app with the following models:
- Tunnel
- TunnelTermination
- IKEProposal
- IKEPolicy
- IPSecProposal
- IPSecPolicy
- IPSecProfile
5 lines
105 B
Python
5 lines
105 B
Python
from .bulk_edit import *
|
|
from .bulk_import import *
|
|
from .filtersets import *
|
|
from .model_forms import *
|