8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 01:03:09 +00:00

Bug fix ipv6 index

This commit is contained in:
chirac 2018-06-24 16:02:14 +02:00
parent 97d3db5f9b
commit fb92baf03e

View file

@ -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)