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
[X] 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.
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
.