summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-05-17 21:08:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-05-17 21:08:24 +0000
commit593aa0ad63c6b596ab048902d4a6ecd99b5ccc23 (patch)
tree1c664bc34baaf1bc7debc6ab48e82feba2aa0080 /etc/inc/interfaces.inc
parent90f6bc723494c8072ae3b9597633ae52d2eec6b3 (diff)
downloadpfsense-593aa0ad63c6b596ab048902d4a6ecd99b5ccc23.zip
pfsense-593aa0ad63c6b596ab048902d4a6ecd99b5ccc23.tar.gz
Ticket #1702 fixes
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 73cd071..08b6ce7 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;
}
@@ -1845,4 +1848,4 @@ function get_interface_mac($interface) {
return $mac;
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud