~jdstrand/ufw/ufw-xenial

« back to all changes in this revision

Viewing changes to conf/after6.rules

  • Committer: Jamie Strandboge
  • Date: 2012-12-04 15:40:10 UTC
  • Revision ID: jamie@canonical.com-20121204154010-hju2cu9pwhm99sxx
update to new upstream 0.33 release
adjust debian/after6.rules.md5sum and debian/before6.rules.md5sum

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
-A ufw6-after-input -p udp --dport 138 -j ufw6-skip-to-policy-input
21
21
-A ufw6-after-input -p tcp --dport 139 -j ufw6-skip-to-policy-input
22
22
-A ufw6-after-input -p tcp --dport 445 -j ufw6-skip-to-policy-input
23
 
-A ufw6-after-input -p udp --dport 67 -j ufw6-skip-to-policy-input
24
 
-A ufw6-after-input -p udp --dport 68 -j ufw6-skip-to-policy-input
 
23
-A ufw6-after-input -p udp --dport 546 -j ufw6-skip-to-policy-input
 
24
-A ufw6-after-input -p udp --dport 547 -j ufw6-skip-to-policy-input
25
25
 
26
26
# don't delete the 'COMMIT' line or these rules won't be processed
27
27
COMMIT