e7cb753 Use ISC configuration parser for dyndb section.

Authored and Committed by pspacek 7 years ago
    Use ISC configuration parser for dyndb section.
    
    This plugin now uses the same configuration conventions and error
    reporting facilities and native BIND.
    
    Configuration format is:
    dyndb <name> <library> {
            option1 "string value";
            option2 integer-value;
    };
    
        
file modified
+15 -10
file modified
+2 -16
file modified
+51 -4
file modified
+4 -3
file modified
+120 -48
file modified
+7 -4