--- scripts/report_iptables_ulog.py 2008/09/05 06:08:42 45 +++ scripts/report_iptables_ulog.py 2008/09/06 01:16:34 46 @@ -18,7 +18,7 @@ # __author__ = "Andrew Pollock " -__licence__ = "GPLv2" +__license__ = "GPLv2" HOSTNAME_FIELD=3 PREFIX_FIELD_START=4 @@ -221,6 +221,7 @@ else: print SUBMISSION_URL % (ip) + def main(): options = process_options()