~jdstrand/ufw/ufw-wily

« back to all changes in this revision

Viewing changes to conf/before6.rules

  • Committer: Jamie Strandboge
  • Date: 2012-03-09 22:47:15 UTC
  • Revision ID: jamie@canonical.com-20120309224715-afoqxrv8ehuit07q
0.31-0ubuntu1

* New upstream release which fixes:
  - LP: #921758
  - LP: #946332
  - LP: #947224
  - LP: #947416
  - LP: #611838
  - LP: #663632
  - LP: #840500
* debian/control: use ufw-0.31-precise for Vcs-Bzr
* debian/po/nl.po: add Dutch translation of debconf templates. Thanks to
  Jeroen Schot (Closes: 658495)

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
-A ufw6-before-input -p icmpv6 --icmpv6-type echo-request -j ACCEPT
54
54
 
55
55
# allow dhcp client to work
56
 
-A ufw6-before-input -p udp --sport 67 --dport 68 -j ACCEPT
 
56
-A ufw6-before-input -p udp -s fe80::/10 --sport 547 -d fe80::/10 --dport 546 -j ACCEPT
57
57
 
58
58
# allow MULTICAST mDNS for service discovery
59
59
-A ufw6-before-input -p udp -d ff02::fb --dport 5353 -j ACCEPT