mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-11 10:40:56 -04:00
name trees can now hold either boolean values or bit fields. the type is selected when the name tree is created. the behavior of dns_nametree_add() differs slightly beteween the types: in a boolean tree adding an existing name will return ISC_R_EXISTS, but in a bitfield tree it simply sets the specified bit in the bitfield and returns ISC_R_SUCCESS. |
||
|---|---|---|
| .. | ||
| bench | ||
| dns | ||
| include/tests | ||
| irs | ||
| isc | ||
| isccfg | ||
| libtest | ||
| ns | ||
| .gitignore | ||
| Makefile.am | ||
| unit-test-driver.sh.in | ||