An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# getidev

[![Build Status](https://drone.cryptic.systems/api/badges/volker.raschek/getidev/status.svg)](https://drone.cryptic.systems/volker.raschek/getidev)
[![Docker Pulls](https://img.shields.io/docker/pulls/volkerraschek/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`.