summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-09 04:26:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-09 04:26:22 +0000
commit6651e3ecd64e3ef8615933517c25b976300f63c6 (patch)
tree9ce6a831c114766a0365e5471178e4ede0f2b014 /etc/inc/interfaces.inc
parent43715f8b08552d6e9ac99b72df89651a1a3e7ccc (diff)
downloadpfsense-6651e3ecd64e3ef8615933517c25b976300f63c6.zip
pfsense-6651e3ecd64e3ef8615933517c25b976300f63c6.tar.gz
Bring bridgeX up
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 8135775..c144ca4 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -305,6 +305,7 @@ function interfaces_optional_configure_if($opti) {
/* bring up interfaces */
mwexec("/sbin/ifconfig {$config['interfaces'][$optcfg['bridge']]['if']} up");
mwexec("/sbin/ifconfig {$optcfg['if']} up");
+ mwexec("/sbin/ifconfig bridge{$bridges_total} up");
} else {
OpenPOWER on IntegriCloud