Actions
Bug #11267
closedPHP Error in FRR after WireGuard merge
Start date:
01/20/2021
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.5.x
Affected Architecture:
All
Description
Testing:
2.5.0-DEVELOPMENT (amd64) built on Wed Jan 20 00:05:33 EST 2021 FreeBSD 12.2-STABLE
With FRR 1.0.0.
After the WireGuard merge a php error is shown:
[20-Jan-2021 12:34:58 Europe/London] PHP Warning: Illegal offset type in /usr/local/pkg/frr/inc/frr_bgp.inc on line 92
See: 09b7a320b5a4476972ab4a8ff15f4243d40395ef
Updated by Jim Pingle almost 4 years ago
- Status changed from New to Feedback
- Assignee set to Renato Botelho
- Private changed from Yes to No
This is due to WireGuard trying to use the 'peer' tag as a list when it should be using 'wgpeer' which didn't carry over during the import to CE. It's been fixed in 55da9aef7c091141e29fdb74c36991dc92c56aa7
Updated by Zachary McGibbon almost 4 years ago
I applied the patch and the neighbors came back. Thanks for the quick fix!
Updated by Renato Botelho almost 4 years ago
- Status changed from Feedback to Resolved
Updated by Jim Pingle almost 4 years ago
- Category changed from Interfaces to WireGuard
Actions