mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Bug fix ipv6 index
This commit is contained in:
parent
97d3db5f9b
commit
fb92baf03e
1 changed files with 1 additions and 1 deletions
|
@ -1547,7 +1547,7 @@ def index_sshfpralgo(request):
|
|||
|
||||
|
||||
@login_required
|
||||
@can_view_all(Interface)
|
||||
@can_edit(Interface)
|
||||
def index_ipv6(request, interface, interfaceid):
|
||||
""" View used to display the list of existing IPv6 of an interface """
|
||||
ipv6_list = Ipv6List.objects.filter(interface=interface)
|
||||
|
|
Loading…
Reference in a new issue