summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 090e054)
raw | patch | inline | side by side (parent: 090e054)
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 027a23271eb33de8954fe5d00e70e299dc05c2c7..296b076d33aac560d2200744d2131d342011c997 100644 (file)
--- a/src/iptables.c
+++ b/src/iptables.c
"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,
};
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