mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 19:41:04 -05:00
from the named.conf "listen-on" statement, sockets
were still listening on the removed addresses due
to reference count loops. [RT #325]
Now there is one client manager object per interface instead of a single
global one; when an interface goes away, it simply destroys the associated
client manager, which will cause all its clients to be shut down in an
orderly fashion.
|
||
|---|---|---|
| .. | ||
| dig | ||
| dnssec | ||
| lwresd | ||
| named | ||
| nsupdate | ||
| rndc | ||
| tests | ||
| .cvsignore | ||
| Makefile.in | ||