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

Same zone records in bulk import are ignored #52

Open
ksyz opened this issue Jul 26, 2016 · 0 comments
Open

Same zone records in bulk import are ignored #52

ksyz opened this issue Jul 26, 2016 · 0 comments
Assignees
Labels

Comments

@ksyz
Copy link

ksyz commented Jul 26, 2016

When importing zone data in BIND format, and zone contains multiple records for the same label (even in case with A/AAAA types) only the last one is stored (with import_overwrite=on):

ns1.asf.as.              300     IN      A       127.0.0.1
ns1.asf.as.              300     IN      AAAA    ::1
ns1.asf.as.              300     IN      A       127.0.0.2
ns1.asf.as.              300     IN      AAAA    ::2

-> ns1 IN AAAA ::2

mail.asf.as.             300     IN      A       127.0.0.1
mail.asf.as.             300     IN      A       127.0.0.2

-> mail IN A 127.0.0.2

@cvicente cvicente self-assigned this Nov 7, 2017
@cvicente cvicente added the bug label Nov 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants