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:
59d1fa3
)
Revert "Allow all from vlan20"
author
Peter Palfrader
<peter@palfrader.org>
Sun, 2 Jun 2013 17:10:44 +0000
(19:10 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 2 Jun 2013 17:10:44 +0000
(19:10 +0200)
This reverts commit
a15dccb8b9b187db60127c2e748f0d618760d5a1
.
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
8e43df6
..
d6c59dc
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-303,12
+303,4
@@
REJECT reject-with icmp-admin-prohibited
}
default: {}
}
- case $::hostname {
- bm-bl1,bm-bl2,bm-bl3,bm-bl4,bm-bl5,bm-bl6,bm-bl7,bm-bl8,bm-bl9,bm-bl10,bm-bl11,bm-bl12,bm-bl13,bm-bl14: {
- @ferm::rule { 'dsa-hwnet-vlan20':
- rule => 'interface vlan20 jump ACCEPT',
- }
- }
- default: {}
- }
}