Ipv6 Is Not A New Thing
Most is said in the commits. The basic idea is to reuse the (already provided) structures and streamline in the xfr-handler and server/zone structures in preparation for the zone events.
Merge request reports
Activity
66 72 * \brief Insert new ACL match. 67 73 * 68 74 * \param acl Pointer to ACL instance. 69 * \param addr IP address. 75 * \param addr Netblock address. 76 * \param address Netblock prefix. Typo fixed in 09cb0f49, netblock_t is not used because I think it's convenient to pass address and prefix separately and use netblock_t internally.
Please register or sign in to reply