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

Merge branch 'bug_ipv6_list' into 'dev'

Fix object interface fonction index ipv6

See merge request federez/re2o!226
This commit is contained in:
chirac 2018-08-07 00:13:43 +02:00
commit 93ece1ff6a

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)