Bug 33149 - Zone not updated when IPv6 is added through computer - proxy out of sync
Zone not updated when IPv6 is added through computer - proxy out of sync
Status: RESOLVED DUPLICATE of bug 39624
Product: UCS
Classification: Unclassified
Component: UMC - Computers
UCS 3.2
Other Linux
: P5 normal (vote)
: UCS 3.x
Assigned To: UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-11-06 12:49 CET by Philipp Hahn
Modified: 2018-04-13 13:29 CEST (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): IPv6
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Hahn univentionstaff 2013-11-06 12:49:38 CET
After adding a IPv6 address to my master, the SOA generation counter was not updated, while the AAAA was still added. This breaks the zone transfer to the proxy, which still uses the old version and does not update its zone.
Updating the host entry in the forward zone updates the SOA counter, so it looks like a bug in the computer module.

root@mas40:~# dig +nocmd +nostats @localhost phahn.pt. soa
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19644
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; QUESTION SECTION:
;phahn.pt.                      IN      SOA

;; ANSWER SECTION:
phahn.pt.               10800   IN      SOA     mas40.phahn.pt. root.phahn.pt. 17 28800 7200 604800 10800

;; AUTHORITY SECTION:
phahn.pt.               10800   IN      NS      mas40.phahn.pt.

;; ADDITIONAL SECTION:
mas40.phahn.pt.         80600   IN      A       10.200.17.40


root@mas40:~# dig +nocmd +nostats @localhost phahn.pt. soa -p 7777
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 28499
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 3

;; QUESTION SECTION:
;phahn.pt.                      IN      SOA

;; ANSWER SECTION:
phahn.pt.               10800   IN      SOA     mas40.phahn.pt. root.phahn.pt. 17 28800 7200 604800 10800

;; AUTHORITY SECTION:
phahn.pt.               10800   IN      NS      mas40.phahn.pt.

;; ADDITIONAL SECTION:
mas40.phahn.pt.         80600   IN      A       10.0.17.40
mas40.phahn.pt.         80600   IN      A       10.200.17.40
mas40.phahn.pt.         80600   IN      AAAA    1:2:3:4::40
Comment 1 Philipp Hahn univentionstaff 2015-11-10 16:36:26 CET
Seems to work an an S4 environment: Bug #39040
Comment 2 Sönke Schwardt-Krummrich univentionstaff 2015-11-10 21:32:59 CET
(In reply to Philipp Hahn from comment #1)
> Seems to work an an S4 environment: Bug #39040

But at least still broken without S4 → Bug #39624.
Comment 3 Sönke Schwardt-Krummrich univentionstaff 2015-11-10 21:33:58 CET

*** This bug has been marked as a duplicate of bug 39624 ***