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:
269506f
)
make from-mgmt actually work
author
Peter Palfrader
<peter@palfrader.org>
Mon, 10 Jun 2013 13:26:06 +0000
(15:26 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 10 Jun 2013 13:26:06 +0000
(15:26 +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
3fe2d09
..
a50e8bd
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-225,7
+225,7
@@
REJECT reject-with icmp-admin-prohibited
if $::hostname in [rautavaara] {
@ferm::rule { 'dsa-from-mgmt':
description => 'Traffic routed from mgmt net vlan/bridge',
- chain => '
from-mgmt
',
+ chain => '
INPUT
',
rule => 'interface eth1 ACCEPT'
}
@ferm::rule { 'dsa-mgmt-mark':