]> Kevux Git Server - fll/commitdiff
Cleanup: remove stale todo notes
authorKevin Day <kevin@kevux.org>
Sat, 9 Jun 2012 04:26:49 +0000 (23:26 -0500)
committerKevin Day <kevin@kevux.org>
Sat, 9 Jun 2012 04:26:49 +0000 (23:26 -0500)
These notes were never meant to be committed.
What they represented is already implemented.

level_3/firewall/c/firewall.c

index 8b7ba546294e43dd95396a11cd00cbdd16c10980..b7b06aa967f00e411376340d1535831d64246ed5 100644 (file)
@@ -617,16 +617,6 @@ extern "C"{
             firewall_delete_local_data(&local);
           } // for
 
-          // TODO: process each network device here.
-          // process the "main" rule.
-          // process all remaining rules in top-down order, skipping the main rule.
-          // pre-process the "network device" file, storing main location as well as creating&storing each of the custom chains.
-          // process the "main" rule.
-          // process all remaining rules in top-down order, skipping the main rule.
-          // pre-process the "last" file, storing main location as well as creating&storing each of the custom chains.
-          // process the "main" rule.
-          // process all remaining rules in top-down order, skipping the main rule.
-
           status = firewall_buffer_rules(network_path firewall_file_last, f_false, &local, data);
 
           if (f_error_is_error(status)) {