summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-05-17 21:08:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-05-17 21:08:18 +0000
commit50493ef16a01e8b8142a496621ba6d6341b8cf3a (patch)
treeff9a7a7a747d61c9f4c1b344a4dedb034ab0b6bb /etc/inc/interfaces.inc
parentf43484dcb0542908b5136b6264dbf7b1173354f2 (diff)
downloadpfsense-50493ef16a01e8b8142a496621ba6d6341b8cf3a.zip
pfsense-50493ef16a01e8b8142a496621ba6d6341b8cf3a.tar.gz
Ticket #1702 fixes
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index a907ccd..b038d80 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -105,6 +105,9 @@ function interfaces_vlan_configure() {
}
}
+ /* CARP interfaces can be attached to VLAN's, too. */
+ interfaces_carp_bring_up_final();
+
return 0;
}
OpenPOWER on IntegriCloud