Browse Source

Bug fix ipv6 index

mail
chirac 8 years ago
parent
commit
fb92baf03e
  1. 2
      machines/views.py

2
machines/views.py

@ -1547,7 +1547,7 @@ def index_sshfpralgo(request):
@login_required
@can_view_all(Interface)
@can_edit(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…
Cancel
Save