summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-27 22:44:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-27 22:44:23 +0000
commit059578174ad40ab3985fe742ea246448b64a4a43 (patch)
tree8100afcb5db67df3ef3b535e71379595bfd026c0 /etc
parentf086cf0936771fa9999c0e9d9dfe8eec9eb675d8 (diff)
downloadpfsense-059578174ad40ab3985fe742ea246448b64a4a43.zip
pfsense-059578174ad40ab3985fe742ea246448b64a4a43.tar.gz
When debugging, alert while assigning syncdev
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 72723f8..e595cef 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -324,6 +324,8 @@ function interfaces_carp_configure() {
if($debugging)
echo "Bringing up pfsync0.\n";
mwexec("/sbin/ifconfig pfsync0 create");
+ if($debugging)
+ echo "Assigning syncdev to {$carp_sync_int}.\n";
mwexec("/sbin/ifconfig pfsync0 syncdev " . $carp_sync_int);
if($debugging)
echo "Bringing up syncif pfsync0.\n";
OpenPOWER on IntegriCloud