projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
090e054
)
iptables plugin: move comment to right place
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 6 Dec 2015 08:57:33 +0000
(09:57 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 6 Dec 2015 08:57:33 +0000
(09:57 +0100)
src/iptables.c
patch
|
blob
|
history
diff --git
a/src/iptables.c
b/src/iptables.c
index
027a232
..
296b076
100644
(file)
--- a/
src/iptables.c
+++ b/
src/iptables.c
@@
-65,10
+65,6
@@
static const char *config_keys[] =
"Chain6"
};
static int config_keys_num = STATIC_ARRAY_SIZE (config_keys);
-/*
- Each table/chain combo that will be queried goes into this list
-*/
-
enum protocol_version_e
{
IPV4,
@@
-76,6
+72,9
@@
enum protocol_version_e
};
typedef enum protocol_version_e protocol_version_t;
+/*
+ * Each table/chain combo that will be queried goes into this list
+ */
#ifndef XT_TABLE_MAXNAMELEN
# define XT_TABLE_MAXNAMELEN 32
#endif