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:
commit
93ece1ff6a
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