2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 22:35:25 +00:00

[master] Fixed concatenation of "Dc" formatted options such as domain-search

Merges in rt20558.
This commit is contained in:
Thomas Markwalder
2014-11-25 15:21:39 -05:00
parent f3a44c1037
commit 04daf4fe4b
8 changed files with 414 additions and 1 deletions

View File

@@ -191,7 +191,8 @@ enum expr_op {
expr_regex_match,
expr_iregex_match,
expr_gethostname,
expr_v6relay
expr_v6relay,
expr_concat_dclist
};
struct expression {