From 46800f857d994ed694876f793b379558c7db2fc7 Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 4 Nov 2016 10:20:57 -0400 Subject: 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 --- src/etc/inc/shaper.inc | 8 ++++---- 1 file 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('' . gettext('Random Early Detection') . ''); + ))->setHelp('' . gettext('Random Early Detection') . ''); $group->add(new Form_Checkbox( 'rio', null, null, !empty($this->GetRio()) - ))->setHelp('' . gettext('Random Early Detection In and Out') . ''); + ))->setHelp('' . gettext('Random Early Detection In and Out') . ''); $group->add(new Form_Checkbox( 'ecn', null, null, !empty($this->GetEcn()) - ))->setHelp('' . gettext('Explicit Congestion Notification') . ''); + ))->setHelp('' . gettext('Explicit Congestion Notification') . ''); $group->add(new Form_Checkbox( 'codel', null, null, !empty($this->GetCodel()) - ))->setHelp('' . gettext('Codel Active Queue') . ''); + ))->setHelp('' . gettext('Codel Active Queue') . ''); $group->setHelp('Select options for this queue'); -- cgit v1.1