mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-24 18:32:04 +01: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 *
|