From 900397c6036affd7008d53802031d3f30b8d2663 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 02 Jan 2012 07:54:04 -0500
Subject: [PATCH] Fixed: FS#1893 - Bastille firewall configuration without bond+ interface

---
 server/conf/bastille-firewall.cfg.master |    2 +-
 install/tpl/bastille-firewall.cfg.master |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install/tpl/bastille-firewall.cfg.master b/install/tpl/bastille-firewall.cfg.master
index e43d0df..728a731 100644
--- a/install/tpl/bastille-firewall.cfg.master
+++ b/install/tpl/bastille-firewall.cfg.master
@@ -75,7 +75,7 @@
 # use the "\" continuation character (so Bastille can change the
 # values if it is run more than once)
 TRUSTED_IFACES="lo"                                        # MINIMAL/SAFEST
-PUBLIC_IFACES="eth+ ppp+ slip+ venet+"                        # SAFEST
+PUBLIC_IFACES="eth+ ppp+ slip+ venet+ bond+"                        # SAFEST
 INTERNAL_IFACES=""                                # SAFEST
 
 
diff --git a/server/conf/bastille-firewall.cfg.master b/server/conf/bastille-firewall.cfg.master
index b9658c9..b2b6536 100644
--- a/server/conf/bastille-firewall.cfg.master
+++ b/server/conf/bastille-firewall.cfg.master
@@ -75,7 +75,7 @@
 # use the "\" continuation character (so Bastille can change the
 # values if it is run more than once)
 TRUSTED_IFACES="lo"                                        # MINIMAL/SAFEST
-PUBLIC_IFACES="eth+ ppp+ slip+ venet+"                        # SAFEST
+PUBLIC_IFACES="eth+ ppp+ slip+ venet+ bond+"                        # SAFEST
 INTERNAL_IFACES=""                                # SAFEST
 
 

--
Gitblit v1.9.1