~ubuntu-branches/ubuntu/saucy/ufw/saucy

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2012-08-17 14:32:01 UTC
  • mfrom: (30.1.15)
  • Revision ID: package-import@ubuntu.com-20120817143201-xj33z2za9mvzpw2k
Tags: 0.33-0ubuntu1
* New upstream release. Fixes the following bugs:
  - also use correct ports for DHCPv6. Thanks to Marco Davids (LP: #1007326)
  - add IPv6 limit support (LP: #951462)
  - add zh_TW translation (LP: #868195)
  - add 'show added' report (LP: #987784)
  - remove ACCEPT_NO_TRACK option since it never worked (LP: #787955)
* debian/(after|before)6.rules.md5sum: adjust for recently missed shipped
  configurations

Show diffs side-by-side

added added

removed removed

Lines of Context:
322
322
Can also just run from the source directory:
323
323
$ ./run_tests.sh -s
324
324
 
 
325
You may also specify an interpreter for the tests. Eg:
 
326
$ ./run_tests.sh -s -i /usr/local/bin/python2.7
 
327
 
325
328
Or for the root tests (these are iptables version dependent, will modify your
326
329
existing firewall and insert kernel modules, so they require root privileges
327
330
and aren't run by default):
328
331
# ./run_tests.sh -s root
329
332
 
330
 
You may also specify an interpreter for the tests. Eg:
331
 
$ ./run_tests.sh -s -i /usr/local/bin/python2.7
 
333
Finally, ufw's behavior may differ based on available kernel features. The
 
334
root_kern tests assume all kernel features supported by check-requirements
 
335
are enabled. They behave just like the root tests.
332
336
 
333
337
 
334
338
Copyright 2008-2012 Canonical Ltd.