Skip to content

Commit

Permalink
pass ipsubnet/host for query
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed Jul 18, 2024
1 parent 1156b85 commit 73bb3cd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ def get_reservations(self, *, request: GetReservationsRequestAvro) -> ResultRese

result = mo.get_reservations(caller=auth, states=request.get_states(), slice_id=slice_id,
rid=rid, email=request.get_email(), type=request.get_type(),
site=request.get_site())
site=request.get_site(), ip_subnet=request.get_ip_subnet(),
host=request.get_host())

except Exception as e:
result.status.set_code(ErrorCodes.ErrorInternalError.value)
Expand Down

0 comments on commit 73bb3cd

Please sign in to comment.