vagrant-lxc-ng/lib/vagrant-lxc
Kristof Willaert 6b5c00089d Make MAC address regex check case insensitive
The regex check for the container MAC address presence in the
dnsmasq leases file is case sensitive. Dnsmasq outputs uppercase
addresses in the leases file.

As MAC addresses are generally considered case insensitive, it
makes sense to relax the regular expression check to allow for this.
2014-05-08 14:30:14 +02:00
..
action Make MAC address regex check case insensitive 2014-05-08 14:30:14 +02:00
backports/action core: "Tag" ShareFolders action as backport functionality 2014-03-13 00:57:36 -03:00
command Fix sudoers for multiple users 2014-04-23 17:49:04 +02:00
driver add backingstore parameters 2014-04-28 17:17:59 +03:00
provider/cap core: Introduce a public_address capability so that we can use vagrant share 2014-03-13 00:57:36 -03:00
action.rb Merge branch 'utsname-hostname' of github.com:fpletz/vagrant-lxc 2014-03-13 23:05:47 -03:00
config.rb config: Switch default backingstore to "best" [GH-277] 2014-05-04 20:37:09 -03:00
driver.rb driver: Use relative guest paths for synced folders 2014-05-04 20:52:00 -03:00
errors.rb Show something meaningful to the user in case the container already exists [GH-132] 2014-02-02 19:27:08 -02:00
plugin.rb Merge branch 'master' of github.com:jefmathiot/vagrant-lxc 2014-03-21 19:38:35 -03:00
provider.rb sudoers command now creates a safe wrapper script. 2014-04-09 15:53:20 +02:00
sudo_wrapper.rb Removed unsecure calls to SudoWrapper#su_c. 2014-04-17 12:56:56 +02:00
synced_folder.rb Implement sorting of synced_folders 2014-04-09 16:16:56 +03:00
version.rb Up dev version 2014-04-06 18:52:19 -03:00