dnsjit.filter.split(3) Library Functions Manual dnsjit.filter.split(3)

dnsjit.filter.split - Passthrough to other receivers in various ways


local filter = require("dnsjit.filter.split").new()
filter.receiver(...)
filter.receiver(...)
filter.receiver(...)
input.receiver(filter)

Filter to pass objects to others in various ways.

Create a new Split filter.
Return the Log object to control logging of this instance or module.
Set the passthrough mode to round robin (default mode).
Set the passthrough mode to send to all receivers.
Return the C functions and context for receiving objects.
Set the receiver to pass objects to, this can be called multiple times to set addtional receivers.

Jerry Lundström (DNS-OARC), Tomáš Křížek (CZ.NIC), Petr Špaček (ISC)

Maintained by DNS-OARC

https://www.dns-oarc.net/

For issues and feature requests please use:

https://github.com/DNS-OARC/dnsjit/issues

For question and help please use:

admin@dns-oarc.net
1.3.0 dnsjit