dnsjit.filter.copy(3) | Library Functions Manual | dnsjit.filter.copy(3) |
dnsjit.filter.copy - Creates a copy of an object chain with selected object types.
local copy = require("dnsjit.filter.copy").new()
local object = require("dnsjit.core.objects")
copy:obj_type(object.PAYLOAD)
copy:obj_type(object.IP6)
channel:receiver(copy)
Filter to create a copy of the object chain with selected object types. The user is responsible for manually freeing the created object chain.
Jerry Lundström (DNS-OARC), Tomáš Křížek (CZ.NIC), Petr Špaček (ISC)
Maintained by DNS-OARC
For issues and feature requests please use:
For question and help please use:
1.2.3 | dnsjit |