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:
cb8f6ae
)
allow vrrp traffic
author
Martin Zobel-Helas
<zobel@debian.org>
Fri, 12 Apr 2013 10:17:51 +0000
(12:17 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Fri, 12 Apr 2013 10:17:51 +0000
(12:17 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
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
3ab8f4c
..
953ea65
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-296,4
+296,12
@@
REJECT reject-with icmp-admin-prohibited
}
default: {}
}
+ case $::hostname {
+ bm-bl1,bm-bl9: {
+ @ferm::rule { 'dsa-vrrp':
+ rule => 'proto vrrp daddr 224.0.0.18 jump ACCEPT',
+ }
+ }
+ default: {}
+ }
}