Revision 586c623a
Added by Jim Pingle over 6 years ago
src/etc/phpshellsessions/pfanchordrill | ||
---|---|---|
17 | 17 |
* See the License for the specific language governing permissions and |
18 | 18 |
* limitations under the License. |
19 | 19 |
*/ |
20 |
/* Recursively check anchors for rules/nat and also for anchors inside anchors (like those used by relayd) */
|
|
20 |
/* Recursively check anchors for rules/nat and also for anchors inside anchors (like those used by UPnP) */
|
|
21 | 21 |
function anchor_recurse($name = '') { |
22 | 22 |
$anchor_list = ""; |
23 | 23 |
if ($name) { |
Also available in: Unified diff
Deprecate the built-in relayd Load Balancer. Closes #9386
It is not available on FreeBSD 12 with OpenSSL 1.1.x.
Users can migrate to the HAProxy package.