From 477e09ec624de2cf07adc7a0dc258ac2de51dfc6 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sat, 9 Feb 2013 19:21:04 +0100 Subject: [PATCH] remove fbsd Signed-off-by: Martin Zobel-Helas --- modules/ferm/manifests/per-host.pp | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index d41d2784e..823a38383 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -174,7 +174,7 @@ class ferm::per-host { default: {} } - if $::hostname in [rautavaara,luchesi,czerny] { + if $::hostname in [rautavaara,luchesi] { @ferm::rule { 'dsa-to-kfreebsd': description => 'Traffic routed to kfreebsd hosts', chain => 'to-kfreebsd', @@ -237,25 +237,6 @@ interface br0 destination ($ADDRESS_FISCHER $ADDRESS_FALLA) proto tcp dport 22 A interface br0 destination ($FREEBSD_HOSTS) jump to-kfreebsd; ULOG ulog-prefix "REJECT FORWARD: "; REJECT reject-with icmp-admin-prohibited -' - } - } - czerny: { - @ferm::rule { 'dsa-routing': - description => 'forward chain', - chain => 'FORWARD', - rule => 'def $ADDRESS_FILS=82.195.75.89; -def $FREEBSD_HOSTS=($ADDRESS_FILS); - -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; -ULOG ulog-prefix "REJECT FORWARD: "; -REJECT reject-with icmp-admin-prohibited ' } } -- 2.20.1