Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2024 09:50:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 276583] openvpn DSO: sys/net/if_ovpn.c return ENOSPC, need: ENOBUF
Message-ID:  <bug-276583-227-Nos2alQVaA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276583-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276583

Eugene Grosbein <eugen@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eugen@freebsd.org

--- Comment #2 from Eugene Grosbein <eugen@freebsd.org> ---
(In reply to Kristof Provost from comment #1)

Submitter reports about cosmetic problem in the if_ovpn code that returns
misleading ENOSPC (probably, due to linux-specific code style) instead of
ENOBUFS.

Userland daemon openvpn prints this error to its log then. That's because of
another bug in the daemon that supplies fixed-size (4096 bytes) to an ioctl()
that needs more space to fit the result.

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276583-227-Nos2alQVaA>