myndsexport ignoring the soa,rr,ptr 'active' extended field.
Status: Beta
Brought to you by:
bboy
The source for mydnsexport (export.c) appears to
reference the 'active' extended field in the soa, ptr and rr
tables.
The code suggests that inactive items would NOT be
populated in the exported files. However all material
regradless of the active setting are exported. It does not
appear that the mydns_rr_use_active,
mydns_ptr_use_active, mydns_soa_use_active are not
being set.
I have rather limited C knowledge and am at a loss to
find a direct reference to the code error. While it all
appears to be defined in the util.h/mydns.h files there is
a disconnect somewhere.