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

Add callback to signal $INCLUDEs #229

Closed
k0ekk0ek opened this issue Aug 21, 2024 · 0 comments
Closed

Add callback to signal $INCLUDEs #229

k0ekk0ek opened this issue Aug 21, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@k0ekk0ek
Copy link
Contributor

NLnetLabs/nsd#57 describes how NSD fails to detect zone files changed if an $INCLUDEed file is updated. The parser concerns itself with deserialization and does not maintain any contextual state. The best approach seems to add an additional callback that is called whenever an included file is closed so that the application can register any dependencies that may exist. Registering the callback should not be required for normal operation.

@k0ekk0ek k0ekk0ek added the enhancement New feature or request label Aug 21, 2024
@k0ekk0ek k0ekk0ek self-assigned this Aug 21, 2024
k0ekk0ek added a commit to k0ekk0ek/simdzone that referenced this issue Aug 21, 2024
k0ekk0ek added a commit to k0ekk0ek/simdzone that referenced this issue Aug 21, 2024
k0ekk0ek added a commit to k0ekk0ek/simdzone that referenced this issue Aug 21, 2024
k0ekk0ek added a commit to k0ekk0ek/simdzone that referenced this issue Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant