ipld-eth-server/vendor/github.com/jackpal/gateway
Elizabeth Engelman 36533f7c3f Update vendor directory and make necessary code changes
Fixes for new geth version
2019-09-25 16:32:27 -05:00
..
.travis.yml Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
gateway_common.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
gateway_darwin.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
gateway_freebsd.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
gateway_linux.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
gateway_solaris.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
gateway_unimplemented.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
gateway_windows.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
LICENSE Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
README.md Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00

gateway

A simple library for discovering the IP address of the default gateway.

Build Status

Provides implementations for:

  • FreeBSD
  • Linux
  • OS X (Darwin)
  • Solaris
  • Windows

Other platforms use an implementation that always returns an error.

Pull requests for other OSs happily considered!