vagrant
https://github.com/mitchellh/vagrant
Ruby
Vagrant is a tool for building and distributing development environments.
VagrantPlugins::GuestDarwin::Cap::ConfigureNetworks.create_mac_service_map
Creates a hash mapping MAC addresses to network service name
Example: { "00C100A1B2C3" => "Thunderbolt Ethernet" }Edit
git clone [email protected]:mitchellh/vagrant.git
cd vagrant
open plugins/guests/darwin/cap/configure_networks.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-VagrantPlugins--GuestDarwin--Cap--ConfigureNetworks-create_mac_service_map-for-pr
# Commit to gitgit add plugins/guests/darwin/cap/configure_networks.rbgit commit -m "better docs for VagrantPlugins::GuestDarwin::Cap::ConfigureNetworks.create_mac_service_map"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-VagrantPlugins--GuestDarwin--Cap--ConfigureNetworks-create_mac_service_map-for-pr
hub pull-request
# Celebrate!