cadets / cadets-ui

Web-based user interface to CADETS/OPUS
Apache License 2.0
0 stars 0 forks source link

Add 4-tuple filter to `/nodes` query endpoint #18

Closed trombonehero closed 7 years ago

trombonehero commented 7 years ago

The /nodes query endpoint should also accept a 4-tuple (maybe named tcp_tuple?) as a parameter. This should return connections that definitely match the tuple as well as sockets that might.

trombonehero commented 7 years ago

Note: this tuple is now passed as four separate values: {client,server}_{ip,port}.

trombonehero commented 7 years ago

This seems to work, thanks!

trombonehero commented 7 years ago

Actually, it looks like this filtering only applies to sockets and not connections?

trombonehero commented 7 years ago

Seems fixed by efd4eda1c0219d17453af2b3100a915693eda87d.