Program to determine the network interface of an ip address
Go to file
Markus Pesch ba74445c54
continuous-integration/drone/push Build is failing Details
fix: define images in Dockerfile
2024-04-08 16:22:22 +02:00
.dockerignore feat: renovate, update makefile, markdownlint, golancilint, drone integration 2024-04-08 16:18:46 +02:00
.drone.yml feat: renovate, update makefile, markdownlint, golancilint, drone integration 2024-04-08 16:18:46 +02:00
.editorconfig feat: renovate, update makefile, markdownlint, golancilint, drone integration 2024-04-08 16:18:46 +02:00
.gitattributes feat: renovate, update makefile, markdownlint, golancilint, drone integration 2024-04-08 16:18:46 +02:00
.gitignore feat: renovate, update makefile, markdownlint, golancilint, drone integration 2024-04-08 16:18:46 +02:00
.golangci.yml feat: renovate, update makefile, markdownlint, golancilint, drone integration 2024-04-08 16:18:46 +02:00
.markdownlint.yaml feat: renovate, update makefile, markdownlint, golancilint, drone integration 2024-04-08 16:18:46 +02:00
Dockerfile fix: define images in Dockerfile 2024-04-08 16:22:22 +02:00
LICENSE Initial Commit 2021-06-10 13:09:57 +02:00
Makefile fix: define images in Dockerfile 2024-04-08 16:22:22 +02:00
README.md feat: renovate, update makefile, markdownlint, golancilint, drone integration 2024-04-08 16:18:46 +02:00
go.mod Initial Commit 2021-06-10 13:09:57 +02:00
main.go Initial Commit 2021-06-10 13:09:57 +02:00
manifest.tmpl feat: renovate, update makefile, markdownlint, golancilint, drone integration 2024-04-08 16:18:46 +02:00
renovate.json feat: renovate, update makefile, markdownlint, golancilint, drone integration 2024-04-08 16:18:46 +02:00

README.md

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 <ip> | 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.