diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-06 12:02:33 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-06 12:02:33 +0100 |
commit | 8d20ad4a909ec5e512ca17965a5bbbc7f33c24b6 (patch) | |
tree | 310998e53400da1a1ed07bac46c7abf7fb3a28f4 /src/tests/test_template.py | |
parent | e46def834483ebd76282965a86e875c4cfacebca (diff) | |
download | vyos-1x-8d20ad4a909ec5e512ca17965a5bbbc7f33c24b6.tar.gz vyos-1x-8d20ad4a909ec5e512ca17965a5bbbc7f33c24b6.zip |
dhcp: T3113: bugfix for multiple domain-search entries
While rewriting the code to get_config_dict() in commit 84b7ade286 ("dhcp: T3100:
migrate server configuration to get_config_dict()") a regression was added not
properly joining strings when multiple search-somains had been given.
Wrong: domain-search "domain1, domain2";
Correct: domain-search "domain1", "domain2";
Diffstat (limited to 'src/tests/test_template.py')
0 files changed, 0 insertions, 0 deletions