From: Kevin Day Date: Sat, 9 Jun 2012 04:26:49 +0000 (-0500) Subject: Cleanup: remove stale todo notes X-Git-Tag: 0.3.0~13 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=f795cc1d02c95f9c078e830c59ff367a4c22546c;p=fll Cleanup: remove stale todo notes These notes were never meant to be committed. What they represented is already implemented. --- diff --git a/level_3/firewall/c/firewall.c b/level_3/firewall/c/firewall.c index 8b7ba54..b7b06aa 100644 --- a/level_3/firewall/c/firewall.c +++ b/level_3/firewall/c/firewall.c @@ -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)) {