https://github.com/volker-raschek/getidev
[MIRROR]: Program to determine the network interface of an ip address
https://github.com/volker-raschek/getidev
container getidev golang networking
Last synced: about 2 months ago
JSON representation
[MIRROR]: Program to determine the network interface of an ip address
- Host: GitHub
- URL: https://github.com/volker-raschek/getidev
- Owner: volker-raschek
- License: other
- Created: 2024-12-20T09:05:26.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-03-22T15:07:20.000Z (2 months ago)
- Last Synced: 2025-03-22T16:20:51.079Z (2 months ago)
- Topics: container, getidev, golang, networking
- Language: Makefile
- Homepage: https://hub.docker.com/r/volkerraschek/getidev
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# getidev
[](https://drone.cryptic.systems/volker.raschek/getidev)
[](https://hub.docker.com/r/volkerraschek/getidev)`getidev` is a small program to determine the network interface name based on a
provided ip address.`getidev` serves as an alternative to `ip route get | awk ...` because `ip
route get` can return a different output depending on of the distribution and
the installed package versions. For this reason was `getidev` developed to
return a stable outout.`getidev` is also as container image available: `docker.io/volkerraschek/getidev`.