Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 633
    • Issues 633
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 88
    • Merge requests 88
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • BINDBIND
  • Issues
  • #2401
Closed
Open
Issue created Jan 21, 2021 by Evan Hunt@eachDeveloper

use netmgr for dispatch

Convert the dns/dispatch module (and its callers, dns/request and dns/resolver) to use the network manager.

This involves, first, refactoring dispatch to remove code that's no longer being used; moving all the calls to the isc_socket API into dispatch.c and adding functions such as dns_dispatch_connect() and dns_dispatch_send() to call them instead; replacing the isc_socket calls with isc_nm calls and then revising the dispatch API as needed to work with the new architecture.

When this is done, there will be only one remaining use of isc_socket in named - the route socket that's used for interface scanning. This will also complete the netmgr conversion of delv, mdig, and nsupdate.

Assignee
Assign to
Time tracking