|
|
@ -1547,7 +1547,7 @@ def index_sshfpralgo(request): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@login_required |
|
|
@login_required |
|
|
@can_view_all(Interface) |
|
|
@can_edit(Interface) |
|
|
def index_ipv6(request, interface, interfaceid): |
|
|
def index_ipv6(request, interface, interfaceid): |
|
|
""" View used to display the list of existing IPv6 of an interface """ |
|
|
""" View used to display the list of existing IPv6 of an interface """ |
|
|
ipv6_list = Ipv6List.objects.filter(interface=interface) |
|
|
ipv6_list = Ipv6List.objects.filter(interface=interface) |
|
|
|