~ubuntu-branches/ubuntu/hardy/ufw/hardy-updates

« back to all changes in this revision

Viewing changes to tests/ipv6/rules6/runtest.sh

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2008-03-31 15:21:17 UTC
  • Revision ID: james.westby@ubuntu.com-20080331152117-x0anfxx087yu5lmk
Tags: 0.16.2
* don't log noisy services by default (LP: #209709)
* don't log INVALID packets by default (LP: #207156)
* consult /etc/services for protocol (LP: #209845)
  - src/ufw added get_services_proto() and adjust process_args() to use it
  - ufw.8 updated
  - tests added and updated for verification
* bump version

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
                do_cmd "0" --dry-run $x to $to port 25 proto $y from $from port 80
56
56
                do_cmd "0" --dry-run delete $x to $to port 25 proto $y from $from port 80
57
57
        done
 
58
 
 
59
        do_cmd "0" --dry-run $x to $to port smtp from $from port ssh
 
60
        do_cmd "0" --dry-run delete $x to $to port smtp from $from port ssh
 
61
        do_cmd "0" --dry-run $x to $to port tftp from $from port ssh
 
62
        do_cmd "0" --dry-run delete $x to $to port tftp from $from port ssh
 
63
        do_cmd "0" --dry-run $x to $to port ssh from $from port domain
 
64
        do_cmd "0" --dry-run delete $x to $to port ssh from $from port domain
58
65
done
59
66
 
60
67
exit 0