1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
2f719269e8 9856 single item query for schema 2024-03-06 09:53:46 -08:00
0387cb0a48 9856 update types 2024-02-26 11:04:29 -08:00
82c08d9820 9856 update types 2024-02-26 09:46:03 -08:00
ce003b2b1c 9856 update types 2024-02-26 08:20:32 -08:00
6bb9d68f60 9856 update types 2024-02-23 15:56:21 -08:00
48b0cdd04a 9856 virtualization, vpn, wireless schema 2024-02-07 16:07:15 -08:00
fb4d63f8a2 9856 update strawberry types 2024-02-06 14:02:55 -08:00
663af64ec1 9856 update strawberry types 2024-02-06 13:52:41 -08:00
8db1093fdc #9816: Add TunnelGroup 2023-12-04 15:44:52 -05:00
d2fea4edc4 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
6678880db5 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