Skip to content

Instantly share code, notes, and snippets.

@raphink
Created October 14, 2013 14:30
Show Gist options
  • Save raphink/6976576 to your computer and use it in GitHub Desktop.
Save raphink/6976576 to your computer and use it in GitHub Desktop.
--- ec2.rb.ori 2013-10-07 14:06:14.391700848 +0200
+++ ec2.rb 2013-10-07 08:58:28.690642654 +0200
@@ -40,9 +40,9 @@
mac_address_re = case kernel
when /Windows/i
- /fe-ff-ff-ff-ff-ff/i
+ /(fe-ff-ff-ff-ff-ff|12-ea-49-c0)/i
else
- /fe:ff:ff:ff:ff:ff/i
+ /(fe:ff:ff:ff:ff:ff|12:ea:49:c0)/i
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment