/[svn.andrew.net.au]/scripts/report_iptables_ulog.py
ViewVC logotype

Diff of /scripts/report_iptables_ulog.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 45 by apollock, Fri Sep 5 06:08:42 2008 UTC revision 46 by apollock, Sat Sep 6 01:16:34 2008 UTC
# Line 18  import sys Line 18  import sys
18  #  #
19    
20  __author__ = "Andrew Pollock <me@andrew.net.au>"  __author__ = "Andrew Pollock <me@andrew.net.au>"
21  __licence__ = "GPLv2"  __license__ = "GPLv2"
22    
23  HOSTNAME_FIELD=3  HOSTNAME_FIELD=3
24  PREFIX_FIELD_START=4  PREFIX_FIELD_START=4
# Line 221  def report_ips(options, ips): Line 221  def report_ips(options, ips):
221      else:      else:
222        print SUBMISSION_URL % (ip)        print SUBMISSION_URL % (ip)
223    
224    
225  def main():  def main():
226    options = process_options()    options = process_options()
227    

Legend:
Removed from v.45  
changed lines
  Added in v.46

  ViewVC Help
Powered by ViewVC 1.1.22