8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-22 11:23:10 +00:00

Fix object interface fonction index ipv6

This commit is contained in:
Gabriel Detraz 2018-08-07 00:01:46 +02:00 committed by root
parent 6ddf9d48d1
commit e9c0920a42

View file

@ -1533,7 +1533,7 @@ def index_sshfp(request, machine, machineid):
@login_required
@can_view_all(Interface)
@can_view(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)