Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 809 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 809 Bytes

slacker

Build Status GitHub release MIT Licensed

Simple binary for converting a MAC address to an EUI-64 address. I wrote this for use in finding the SLAAC address of Docker containers.

Usage

./slacker 02:42:ac:10:00:02

Installation

git clone git://github.com/akerl/slacker
cd slacker
go build
# Optionally, move ./slacker into your $PATH somewhere, like /usr/local/bin

License

slacker is released under the MIT License. See the bundled LICENSE file for details.