iptables plugin: move comment to right place
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 6 Dec 2015 08:57:33 +0000 (09:57 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 6 Dec 2015 08:57:33 +0000 (09:57 +0100)
src/iptables.c

index 027a232..296b076 100644 (file)
@@ -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