After adding a rule, one needs it's handle for eg deleting it again. On the command line it's aquired via the -a flag (nft list ruleset -a), but how is this done outside command line, programmatically? As far as I understand, the handle is assigned by the kernel, so it should not be accessible before the mnl_socket_sendto() call. Can it be accessed using mnl_cb_run() or is a separate netlink command needed for this? -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html