mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Tweaked links to ensure that new child prefixes inherit the VRF and site of their parent by default
This commit is contained in:
@ -447,6 +447,7 @@ def prefix_add(request):
|
||||
else:
|
||||
form = PrefixForm(initial={
|
||||
'site': request.GET.get('site'),
|
||||
'vrf': request.GET.get('vrf'),
|
||||
'prefix': request.GET.get('prefix'),
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user