Type was only set for standard targets.
Harald: please review.
-/* Library which manipulates firewall rules. Version $Revision: 1.49 $ */
+/* Library which manipulates firewall rules. Version $Revision: 1.50 $ */
/* Architecture of firewall rules is as follows:
*
* until second pass, since we migh not
* yet have parsed the target */
}
+ } else {
+ DEBUGP_C("module, target=%s\n", GET_TARGET(e)->u.user.name);
+ r->type = IPTCC_R_MODULE;
}
list_add_tail(&r->list, &h->chain_iterator_cur->rules);