Actions
Regression #12653
closedRIP related startup error
Status:
Resolved
Priority:
Normal
Assignee:
Viktor Gurov
Category:
FRR
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
PHP Errors: [30-Dec-2021 13:12:43 Europe/Moscow] PHP Warning: require_once(frr/inc/frr_rip.inc): failed to open stream: No such file or directory in /usr/local/pkg/frr.inc on line 58 [30-Dec-2021 13:12:43 Europe/Moscow] PHP Fatal error: require_once(): Failed opening required 'frr/inc/frr_rip.inc' (include_path='.:/etc/inc:/usr/local/pfSense/include:/usr/local/pfSense/include/www:/usr/local/www:/usr/local/captiveportal:/usr/local/pkg:/usr/local/www/classes:/usr/local/www/classes/Form:/usr/local/share/pear:/usr/local/share/openssl_x509_crl/') in /usr/local/pkg/frr.inc on line 58
Related issues
Updated by Viktor Gurov almost 3 years ago
- Related to Feature #11130: FRR RIP support added
Updated by Viktor Gurov almost 3 years ago
workaround:
# fetch https://raw.githubusercontent.com/pfsense/FreeBSD-ports/devel/net/pfSense-pkg-frr/files/usr/local/pkg/frr/inc/frr_rip.inc -o /usr/local/pkg/frr/inc/frr_rip.inc
fix:
https://gitlab.netgate.com/pfSense/FreeBSD-ports/-/merge_requests/160
Updated by Jim Pingle almost 3 years ago
- Status changed from New to Pull Request Review
- Assignee set to Viktor Gurov
Updated by Viktor Gurov almost 3 years ago
- Status changed from Pull Request Review to Feedback
Merged
Updated by Azamat Khakimyanov about 2 years ago
- Status changed from Feedback to Resolved
Tested on 22.05 and on latest 23.01-DEV (built on Thu Nov 24 06:04:19 UTC 2022)
There is no issue with RIP. I created RIP config between 2 nodes, rebooted each of them, turned them off, then checked RIP status. Everything was working correctly. No warnings in logs.
I'll mark this Regression as resolved.
Actions