Summary: | net/radvd: adapt previous patch to check for proper return value | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Franco Fichtner <franco> | ||||
Component: | Individual Port(s) | Assignee: | Babak Farrokhi <farrokhi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(farrokhi) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Thanks, Franco. I will test and commit this later today. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=132939b5ee344bfd798a91c6900eb718217e7035 commit 132939b5ee344bfd798a91c6900eb718217e7035 Author: Babak Farrokhi <farrokhi@FreeBSD.org> AuthorDate: 2023-04-11 17:12:08 +0000 Commit: Babak Farrokhi <farrokhi@FreeBSD.org> CommitDate: 2023-04-11 17:12:08 +0000 net/radvd: adapt previous patch to check for proper return value PR: 270757 Reported by: Franco Fichtner <franco@opnsense.org> net/radvd/Makefile | 2 +- net/radvd/files/patch-device-bsd44.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) |
Created attachment 241416 [details] check join error Hi, Here is a revised patch for radvd properly covering the SIGHUP scenario. Cheers, Franco