projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a050c1
)
Accept tftp from 192.168.43.0/24 on master
author
Peter Palfrader
<peter@palfrader.org>
Mon, 21 Jul 2014 16:04:24 +0000
(18:04 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 21 Jul 2014 16:04:24 +0000
(18:04 +0200)
modules/ferm/manifests/per-host.pp
patch
|
blob
|
history
diff --git
a/modules/ferm/manifests/per-host.pp
b/modules/ferm/manifests/per-host.pp
index
5ffc596
..
6d73b4a
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-460,7
+460,7
@@
REJECT reject-with icmp-admin-prohibited
master: {
@ferm::rule { 'dsa-tftp':
description => 'Allow tftp access',
- rule => '&SERVICE_RANGE(udp, 69, ( 82.195.75.64/26 ))'
+ rule => '&SERVICE_RANGE(udp, 69, ( 82.195.75.64/26
192.168.43.0/24
))'
}
}
}