https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235920
--- Comment #7 from Zhenlei Huang ---
(In reply to Franco Fichtner from comment #6)
> And tun/tap is a little tricky in its own regard here since the device nodes
> that
> may be required by the service are never being renamed (/dev/tunX e
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=118111
Zhenlei Huang changed:
What|Removed |Added
CC||z...@freebsd.org
--- Comment #10 f
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255264
Neal Nelson changed:
What|Removed |Added
Status|Open|Closed
Resolution|---
On 4/19/23 00:19, Mina Galić wrote:
Do you know how the sysctl entries interact with renaming an interface?
Hi,
I think there is no interaction there.
We do have a sysctl_rename_oid() function, so it is technically possible.
Feel free to work on it, if you find any issues!
--HPS