get all the vifs
This commit is contained in:
parent
7c89e0b36e
commit
6708ca18dd
@ -460,6 +460,11 @@ def virtual_interface_delete_by_instance(context, instance_id):
|
||||
return IMPL.virtual_interface_delete_by_instance(context, instance_id)
|
||||
|
||||
|
||||
def virtual_interface_get_all(context):
|
||||
"""Gets all virtual interfaces from the table,"""
|
||||
return IMPL.virtual_interface_get_all(context)
|
||||
|
||||
|
||||
####################
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user