mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-15 04:49:36 -06:00
* Move L2VPN and L2VPNTermination models from ipam to vpn * Move L2VPN resources from ipam to vpn * Extend migration to update content types * Misc cleanup
4 lines
66 B
Python
4 lines
66 B
Python
from .crypto import *
|
|
from .l2vpn import *
|
|
from .tunnels import *
|