summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/shaper.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-11-04 10:20:57 -0400
committerjim-p <jimp@pfsense.org>2016-11-04 10:20:57 -0400
commit79e50e9768f32b75817a28021d051c79cb44fdec (patch)
tree8025e5fb58b812634ff683af928eae2789e2f368 /src/etc/inc/shaper.inc
parent9d29322dc8afaf713b254797c6a7a490dd8063cc (diff)
downloadpfsense-79e50e9768f32b75817a28021d051c79cb44fdec.zip
pfsense-79e50e9768f32b75817a28021d051c79cb44fdec.tar.gz
OpenBSD removed the pf FAQ page for shaping, so link to the proper page on archive.org since they offer no current equivalent and no other suitable replacement page is immediately available. Fixes #6781
Diffstat (limited to 'src/etc/inc/shaper.inc')
-rw-r--r--src/etc/inc/shaper.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/etc/inc/shaper.inc b/src/etc/inc/shaper.inc
index 5bdafdc..7cbdd9c 100644
--- a/src/etc/inc/shaper.inc
+++ b/src/etc/inc/shaper.inc
@@ -1455,28 +1455,28 @@ class priq_queue {
null,
null,
!empty($this->GetRed())
- ))->setHelp('<a target="_new" href="http://www.openbsd.org/faq/pf/queueing.html#red">' . gettext('Random Early Detection') . '</a>');
+ ))->setHelp('<a target="_new" href="https://web.archive.org/web/20160404153707/http://www.openbsd.org/faq/pf/queueing.html#red">' . gettext('Random Early Detection') . '</a>');
$group->add(new Form_Checkbox(
'rio',
null,
null,
!empty($this->GetRio())
- ))->setHelp('<a target="_new" href="http://www.openbsd.org/faq/pf/queueing.html#rio">' . gettext('Random Early Detection In and Out') . '</a>');
+ ))->setHelp('<a target="_new" href="https://web.archive.org/web/20160404153707/http://www.openbsd.org/faq/pf/queueing.html#rio">' . gettext('Random Early Detection In and Out') . '</a>');
$group->add(new Form_Checkbox(
'ecn',
null,
null,
!empty($this->GetEcn())
- ))->setHelp('<a target="_new" href="http://www.openbsd.org/faq/pf/queueing.html#ecn">' . gettext('Explicit Congestion Notification') . '</a>');
+ ))->setHelp('<a target="_new" href="https://web.archive.org/web/20160404153707/http://www.openbsd.org/faq/pf/queueing.html#ecn">' . gettext('Explicit Congestion Notification') . '</a>');
$group->add(new Form_Checkbox(
'codel',
null,
null,
!empty($this->GetCodel())
- ))->setHelp('<a target="_new" href="http://www.openbsd.org/faq/pf/queueing.html#ecn">' . gettext('Codel Active Queue') . '</a>');
+ ))->setHelp('<a target="_new" href="https://web.archive.org/web/20160404153707/http://www.openbsd.org/faq/pf/queueing.html#ecn">' . gettext('Codel Active Queue') . '</a>');
$group->setHelp('Select options for this queue');
OpenPOWER on IntegriCloud