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:
9620aa3
)
Allow br1 stuff on luchesi
author
Peter Palfrader
<peter@palfrader.org>
Sat, 14 Apr 2012 16:18:15 +0000
(18:18 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 14 Apr 2012 16:18:15 +0000
(18:18 +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
53faf51
..
65b056d
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-202,6
+202,7
@@
def $FREEBSD_HOSTS=($ADDRESS_FANO $ADDRESS_FINZI);
policy ACCEPT;
mod state state (ESTABLISHED RELATED) ACCEPT;
interface br0 outerface br0 ACCEPT;
+interface br1 outerface br1 ACCEPT;
interface br2 outerface br0 jump from-kfreebsd;
interface br0 destination ($FREEBSD_HOSTS) jump to-kfreebsd;