summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-07-25 16:00:47 +0000
committerErmal Luçi <eri@pfsense.org>2008-07-25 16:00:47 +0000
commit2995a723fb3bb392b909ebe011720fcf74aecd6e (patch)
tree1ef67bb202528f0a2f1c574db065fece0f96ab43 /etc/rc.bootup
parente247e99582260460f5974762a76c8a41bf1077f0 (diff)
downloadpfsense-2995a723fb3bb392b909ebe011720fcf74aecd6e.zip
pfsense-2995a723fb3bb392b909ebe011720fcf74aecd6e.tar.gz
Configure bridges even during bootup
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index d922ff5..8410812 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -155,6 +155,9 @@
/* set up GIF virtual interfaces */
interfaces_gif_configure();
+ /* set up BRIDGe virtual interfaces */
+ interfaces_bridge_configure();
+
/* bring up carp interfaces */
interfaces_carp_configure();
OpenPOWER on IntegriCloud