Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Make MAC address regex check case insensitive #283

Merged
merged 1 commit into from May 13, 2014
Merged

Make MAC address regex check case insensitive #283

merged 1 commit into from May 13, 2014

Conversation

ghost
Copy link

@ghost ghost commented May 8, 2014

The regex check for the container MAC address presence in the
dnsmasq leases file is case sensitive. Dnsmasq outputs lowercase
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.

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.
fgrehm added a commit that referenced this pull request May 13, 2014
Make MAC address regex check case insensitive
@fgrehm fgrehm merged commit e1a2989 into fgrehm:master May 13, 2014
@fgrehm
Copy link
Owner

fgrehm commented May 13, 2014

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant