Bug #14037
closedPHP Error enabling ICMP6 using EasyRule
100%
Description
Tried to enable ICMP6 for a host from the system log page to allow a host to ping through and received:
[20-Feb-2023 22:48:08 CST6CDT] PHP Fatal error: Uncaught TypeError: getprotobynumber(): Argument #1 ($protocol) must be of type int, string given in /etc/inc/easyrule.inc:510
Stack trace:
#0 /etc/inc/easyrule.inc(510): getprotobynumber('icmpv6')
#1 /usr/local/www/easyrule.php(52): easyrule_parse_pass('opt3', 'icmpv6', '2604:a880:800:a...', '2001:470:c075:9...', '', 'inet6')
#2 {main}
thrown in /etc/inc/easyrule.inc on line 510
Hardware is Netgate 7100.
Attached PHP_Errors.log, if that makes things easier.
Files
Updated by Jim Pingle over 1 year ago
- Project changed from pfSense Plus to pfSense
- Category changed from Rules / NAT to Rules / NAT
- Assignee set to Jim Pingle
- Target version set to 2.7.0
- Affected Plus Version deleted (
23.01) - Plus Target Version set to 23.05
Updated by Jim Pingle over 1 year ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset be6d44179f8a82b7adbdf95336d68ee491963ae0.
Updated by Danilo Zrenjanin over 1 year ago
- Status changed from Feedback to Resolved
I could replicate the issue on the:
23.01-RELEASE (amd64) built on Fri Feb 10 20:06:33 UTC 2023 FreeBSD 14.0-CURRENT
The patch fixes it successfully. I am marking this ticket as resolved.