Actions
Bug #8156
closedPrefix not being included in DNS entry registered by DHCP6 server
Start date:
12/02/2017
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.5-p1
Affected Architecture:
Description
I have a static DHCP6 mapping for a host on my network. The configured suffix for that host is ::1. The address is being registered with dnsmasq by the DHCP server, but the prefix is not being added to the DNS entry (the host's address resolves to ::1).
Updated by Viktor Gurov over 4 years ago
- Affected Version set to 2.4.5-p1
Updated by Jim Pingle over 4 years ago
- Status changed from New to Pull Request Review
- Target version set to 2.5.0
Updated by Renato Botelho over 4 years ago
- Assignee set to Renato Botelho
- % Done changed from 0 to 100
- Status changed from Pull Request Review to Feedback
PR has been merged. Thanks!
Updated by Danilo Zrenjanin about 4 years ago
- Status changed from Feedback to Resolved
Replicated on :
2.4.5-RELEASE-p1 (arm)
built on Tue Jun 02 17:45:24 EDT 2020
FreeBSD 11.3-STABLE
;; ANSWER SECTION: test.ipbgd.office. 3600 IN AAAA ::1
It's fixed on:
2.5.0-DEVELOPMENT (amd64)
built on Mon Sep 07 19:04:05 EDT 2020
FreeBSD 12.2-PRERELEASE
test.ipbgd.office. 3600 IN AAAA 2001:470:1f09:3f3::1
I am resolving the ticket. Thank you.
Updated by Jim Pingle about 4 years ago
- Category changed from DNS Forwarder to DHCP (IPv6)
Actions