You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For monitoring purposes, it’s necessary to find out to which node and user a given IP address belongs.
Description
.
Contribution
I can write the design doc for this feature
I can contribute this feature
How can it be implemented?
a. Change GetNodeRequest to oneofnode_id or tailnet_ip. If tailnet_ip is provided, lookup Node by its IPv4 or IPv6 address.
b. Add a new method, e.g. GetNodeByIp.
The text was updated successfully, but these errors were encountered:
I started look at this based while working on #2246 and it looks like our usage of the grpc web api generator we use prevents us from using oneof: grpc-ecosystem/grpc-gateway#441
Use case
For monitoring purposes, it’s necessary to find out to which node and user a given IP address belongs.
Description
.
Contribution
How can it be implemented?
a. Change
GetNodeRequest
tooneof
node_id
ortailnet_ip
. Iftailnet_ip
is provided, lookup Node by its IPv4 or IPv6 address.b. Add a new method, e.g.
GetNodeByIp
.The text was updated successfully, but these errors were encountered: