summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-09 02:07:08 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-09 02:07:08 +0000
commitbf913ad5c854f45bbd436f13ac40dc5844f5a1b0 (patch)
tree7d83ee669df123392ebb4c3c7d7e460dcdb0be42
parent20730485f3f2cb1f3dc8660e63119b5615820678 (diff)
downloadpfsense-bf913ad5c854f45bbd436f13ac40dc5844f5a1b0.zip
pfsense-bf913ad5c854f45bbd436f13ac40dc5844f5a1b0.tar.gz
Create carp interfaces correctly when vlans exist
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 67afcfc..f89b9ab 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -60,7 +60,7 @@ function interfaces_vlan_configure() {
}
//Leaving it here as it was in original 1.2 code, I don't know if it's needed. aturetta.
/* CARP interfaces can be attached to VLAN's, too. */
- interfaces_carp_bring_up_final();
+ interfaces_carp_configure();
}
}
OpenPOWER on IntegriCloud