netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [nftables RFC PATCH]limit netlink message size during delete operation
@ 2013-10-02 23:12 Eric Leblond
  2013-10-02 23:14 ` [libnftables PATCH] src: add function nft_rule_nlmsg_build_id Eric Leblond
  2013-10-02 23:16 ` [nftables PATCH] netlink: use build_id to lower message size Eric Leblond
  0 siblings, 2 replies; 4+ messages in thread
From: Eric Leblond @ 2013-10-02 23:12 UTC (permalink / raw)
  To: Netfilter Devel; +Cc: Pablo Neira Ayuso

Hello,

When working on the flush issue, I've observed that the deletion message
was containing the whole the rule definition. This seems to be useless
as only table, chain and handle number are used to delete a rule.

The following patchset introduces a new function in libnftables to be
able to only put only these identifiers in the deletion message.

BR,
-- 
Eric Leblond <eric@regit.org>
Blog: https://home.regit.org/


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-10-03 16:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-02 23:12 [nftables RFC PATCH]limit netlink message size during delete operation Eric Leblond
2013-10-02 23:14 ` [libnftables PATCH] src: add function nft_rule_nlmsg_build_id Eric Leblond
2013-10-02 23:16 ` [nftables PATCH] netlink: use build_id to lower message size Eric Leblond
2013-10-03 16:25   ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).