All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Reserve nfnetlink subsys ids.
@ 2009-06-11 11:36 Jozsef Kadlecsik
  2009-06-11 14:08 ` Patrick McHardy
  0 siblings, 1 reply; 10+ messages in thread
From: Jozsef Kadlecsik @ 2009-06-11 11:36 UTC (permalink / raw)
  To: Patrick McHardy, netfilter-devel

Hi Patrick,

A tiny patch to add nfnetlink subsys ids for nftables and ipset. :-)

Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
---
 include/linux/netfilter/nfnetlink.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/include/linux/netfilter/nfnetlink.h b/include/linux/netfilter/nfnetlink.h
index c600083..e0f2ab0 100644
--- a/include/linux/netfilter/nfnetlink.h
+++ b/include/linux/netfilter/nfnetlink.h
@@ -46,7 +46,9 @@ struct nfgenmsg {
 #define NFNL_SUBSYS_CTNETLINK_EXP	2
 #define NFNL_SUBSYS_QUEUE		3
 #define NFNL_SUBSYS_ULOG		4
-#define NFNL_SUBSYS_COUNT		5
+#define NFNL_SUBSYS_NFTABLES		5
+#define NFNL_SUBSYS_IPSET		6
+#define NFNL_SUBSYS_COUNT		7
 
 #ifdef __KERNEL__
 
-- 
1.5.4.3

Best regards,
Jozsef
-
E-mail  : kadlec@blackhole.kfki.hu, kadlec@mail.kfki.hu
PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address : KFKI Research Institute for Particle and Nuclear Physics
          H-1525 Budapest 114, POB. 49, Hungary

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

end of thread, other threads:[~2009-06-12 13:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-11 11:36 [PATCH] Reserve nfnetlink subsys ids Jozsef Kadlecsik
2009-06-11 14:08 ` Patrick McHardy
2009-06-11 14:26   ` Pablo Neira Ayuso
2009-06-11 14:43     ` Pablo Neira Ayuso
2009-06-11 14:49     ` Patrick McHardy
2009-06-11 21:51       ` Jozsef Kadlecsik
2009-06-12 12:08         ` Patrick McHardy
2009-06-12 13:02           ` Jozsef Kadlecsik
2009-06-12 13:07             ` Patrick McHardy
2009-06-12 13:18               ` Jan Engelhardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.