Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: v1_4_0
Choose a base branch
from

Conversation

shaders
Copy link

@shaders shaders commented Sep 22, 2018

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
Copy link

binagun commented Jun 11, 2019

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

@shaders
Copy link
Author

shaders commented Jun 11, 2019

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
Copy link

binagun commented Jun 11, 2019

thanks for the quick reply, and the patch!

@tomaszmrugalski
Copy link
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
Copy link
Author

shaders commented Jun 25, 2019

@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
3 participants