if name is 29-30 characters long SIGABRT will be raised
if name is longer IPTCError will be thrown with message: "can't create chain mcastapp:PREROUTING:block_group123456789: Invalid argument"
@konrad-fil , I don't think this is related to the library itself. The length of the iptable components, say chains, targets or matches, seems to be defined in the kernel. See here
To reproduce:
if name is 29-30 characters long SIGABRT will be raised if name is longer IPTCError will be thrown with message: "can't create chain mcastapp:PREROUTING:block_group123456789: Invalid argument"