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:
@@ -191,7 +191,8 @@ enum expr_op {
|
||||
expr_regex_match,
|
||||
expr_iregex_match,
|
||||
expr_gethostname,
|
||||
expr_v6relay
|
||||
expr_v6relay,
|
||||
expr_concat_dclist
|
||||
};
|
||||
|
||||
struct expression {
|
||||
|
Reference in New Issue
Block a user