Created
October 14, 2013 14:30
-
-
Save raphink/6976576 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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