Skip to content

use a subnet's domain-name as a qualifying suffix for DDNS (gitlab #695)#106

Open
shaders wants to merge 1 commit into
isc-projects:v1_4_0from
shaders:v1_4_0
Open

use a subnet's domain-name as a qualifying suffix for DDNS (gitlab #695)#106
shaders wants to merge 1 commit into
isc-projects:v1_4_0from
shaders:v1_4_0

Conversation

@shaders

@shaders shaders commented Sep 22, 2018

Copy link
Copy Markdown

Proposed fix for:
https://oldkea.isc.org/ticket/5048
"Kea servers should be able to use a subnet's domain-name as a qualifying suffix for DDNS"

https://lists.isc.org/pipermail/kea-users/2017-January/000776.html
https://lists.isc.org/pipermail/kea-users/2017-February/000813.html

@binagun

binagun commented Jun 11, 2019

Copy link
Copy Markdown

Hi, how does one make use of the ddns fix, ie are there any configs changes required?

@shaders

shaders commented Jun 11, 2019

Copy link
Copy Markdown
Author

Hi,

The patch responds to "option-data", "code" : 15 in "subnet4" config allowing to specify multiple domains.
Example (not full config, only relevant fields):

{ "Dhcp4": { "subnet4": [ { "id": 11, "option-data": [ { "code": 15, "data": "r1h.nue", "name": "domain-name" } ] }, { "id": 21, "option-data": [ { "code": 15, "data": "r1m.nue", "name": "domain-name" } ] }, { "id": 31, "option-data": [ { "code": 15, "data": "r1v.nue", "name": "domain-name" } ] } ] } }

@binagun

binagun commented Jun 11, 2019

Copy link
Copy Markdown

thanks for the quick reply, and the patch!

@tomaszmrugalski

Copy link
Copy Markdown
Member

Hey @shaders and @binagun. Kea migrated to gitlab. Can I ask you to open an issue there, so this fix is on Kea engineers' radars? We don't look at github too often...

@shaders

shaders commented Jun 25, 2019

Copy link
Copy Markdown
Author

@shaders shaders closed this Jun 25, 2019
@shaders shaders reopened this Jun 25, 2019
@tomaszmrugalski tomaszmrugalski changed the title proposed fix for https://kea.isc.org/ticket/5048 use a subnet's domain-name as a qualifying suffix for DDNS (gitlab #695) Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants