Skip to content

Commit

Permalink
Fix dhcp-parameter-request-list options concatenation
Browse files Browse the repository at this point in the history
  • Loading branch information
jacalvo committed Mar 27, 2018
1 parent 545e50a commit e8084f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions main/dhcp/ChangeLog
@@ -1,3 +1,5 @@
HEAD
+ Fix dhcp-parameter-request-list options concatenation
5.1
+ Supress annoying vendor-class-identifier warnings in zentyal.log
+ Add TFTP functionality again
Expand Down
3 changes: 1 addition & 2 deletions main/dhcp/stubs/dhcpd.conf.mas
Expand Up @@ -86,6 +86,5 @@ include "<% $keysFile %>";

# Add option 150 (0x96) and 155 (0x9b)
if exists dhcp-parameter-request-list {
option dhcp-parameter-request-list=concat(option dhcp-parameter-request-list,96);
option dhcp-parameter-request-list=concat(option dhcp-parameter-request-list,9b);
option dhcp-parameter-request-list=concat(option dhcp-parameter-request-list,96,9b);
}

0 comments on commit e8084f1

Please sign in to comment.