summaryrefslogtreecommitdiffstats
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:22:17 -0400
commit46800f857d994ed694876f793b379558c7db2fc7 (patch)
tree3951c64110e691c46f004998868852b339560a4a
parentaa9cf3fa4d532e9f2dbd05d38ca438980b21e06b (diff)
downloadpfsense-46800f857d994ed694876f793b379558c7db2fc7.zip
pfsense-46800f857d994ed694876f793b379558c7db2fc7.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
-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 fe067a9..965fd97 100644
--- a/src/etc/inc/shaper.inc
+++ b/src/etc/inc/shaper.inc
@@ -1487,28 +1487,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