Created attachment 245819 [details] 2.1.128 patch Hi, There appears to be a regression in the latest libyang version available in ports. For more details see: https://github.com/FRRouting/frr/issues/14626 Apparently libyang already pushed an update so I've added it here. Cheers, Franco
testbuilds@work
(In reply to Kurt Jaeger from comment #1) testbuilds are fine.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4ca64c4d64209b53134142675ed159ed738da9b commit d4ca64c4d64209b53134142675ed159ed738da9b Author: Olivier Cochard <olivier@FreeBSD.org> AuthorDate: 2023-11-08 11:16:21 +0000 Commit: Olivier Cochard <olivier@FreeBSD.org> CommitDate: 2023-11-08 11:21:46 +0000 net/libyang2: Update to 2.1.128 Fix net/frr8 regression ("Can no longer match a prefix-list in a route-map"). PR: 274667 Reported by: Franco Fichtner <franco@opnsense.org> net/frr8/Makefile | 2 +- net/libyang2/Makefile | 2 +- net/libyang2/distinfo | 6 +++--- net/libyang2/pkg-plist | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-)
Thanks for your patch and test!
Thanks, but can we try to retain authorship please now that we are on git?
(In reply to Franco Fichtner from comment #5) I've used a `git apply ~/0001-net-libyang2-appears-to-fix-issues-with-FRR-vs.-vers.patch`. Would you like another way ?
With a git patch better to use "git am" and "git commit --amend" to modify the commit message. Thanks, Franco
(In reply to Olivier Cochard from comment #6) you can use `git am` to preserve authorship of the git patch, or, if you do `git apply`, as you did, just remember to add `--author="Real Name <email@address.com>" parameter on `git commit`