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:
parent
6ddf9d48d1
commit
e9c0920a42
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue