summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-16 17:48:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-16 17:48:27 +0000
commit23bfcd9f11aa92b7186ebf937f87035616faab2f (patch)
tree27fe5234276940b29cf083c506759959248e4d69 /etc
parent608ef5e716d8c6e4207477608ce8fe9a4050a3f4 (diff)
downloadpfsense-23bfcd9f11aa92b7186ebf937f87035616faab2f.zip
pfsense-23bfcd9f11aa92b7186ebf937f87035616faab2f.tar.gz
hush little pfsync, don't say a word. GeekGod's gonna buy you a mocking bird.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 2592fa8..f5a3f4c 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -355,7 +355,11 @@ function interfaces_carp_configure() {
$carp_instances_counter++;
}
}
- }
+ } else {
+ /* hush little pfsync, don't say a word. GeekGod's gonna
+ buy you a mocking bird. */
+ mwexec("/sbin/ifconfig pfsync0 syncdev lo0 up");
+ }
/* remove any dangling carp references */
for($x=$carp_instances_counter; $x<$total_carp_interfaces_defined; $x++) {
mwexec("/sbin/ifconfig carp{$x} down");
OpenPOWER on IntegriCloud