Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simple Deploy- and Management
package.dhcp.kea
Commits
44b44bf9
Commit
44b44bf9
authored
Feb 07, 2020
by
Pietsch, Martin
Browse files
Merge branch 'master' of gitlab.mn.tu-dresden.de:sdm/package.dhcp.kea
parents
f510feff
0ea9755b
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
44b44bf9
...
...
@@ -104,3 +104,14 @@ configure
---------
*todo*
License
=======
BSD-3-Clauses
Contributors
============
*
Martin Pietsch (martin.pietsch@tu-dresden.de)
templates/kea-dhcp4.conf.j2
View file @
44b44bf9
...
...
@@ -61,7 +61,7 @@
"code": 6,
"space": "dhcp4",
"csv-format": true,
"data": netclass.dns.nameservers.ipv4 }) -%}
"data": netclass.dns.nameservers.ipv4
| join(',')
}) -%}
{%- endif -%}
{%- endif -%}
{%- if netclass.dns.domain is defined -%}
...
...
templates/kea-dhcp6.conf.j2
View file @
44b44bf9
...
...
@@ -50,7 +50,7 @@
"code": 23,
"space": "dhcp6",
"csv-format": true,
"data": netclass.dns.nameservers.ipv6 }) -%}
"data": netclass.dns.nameservers.ipv6
| join(',')
}) -%}
{%- endif -%}
{%- endif -%}
{%- if netclass.dns.domain is defined -%}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment