Skip to content

Commit

Permalink
Merge pull request voxpupuli#57 from drt24/patch-1
Browse files Browse the repository at this point in the history
Normalise MAC addresses to upper case in dhcpd.host
  • Loading branch information
Morgan Haskel committed Mar 31, 2015
2 parents 79fb061 + 50dc07d commit 1d35791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/dhcpd.host.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
host <%= @host %> {
hardware ethernet <%= @mac %>;
hardware ethernet <%= @mac.upcase %>;
fixed-address <%= @ip %>;
option host-name "<%= @name %>";
}

0 comments on commit 1d35791

Please sign in to comment.