[Bug 235920] ifconfig: unable to create another interface after renaming the previous one with the same name

2023-04-19 Thread bugzilla-noreply
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

[Bug 118111] rc: network.subr Add MAC address based interface renaming

2023-04-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=118111 Zhenlei Huang changed: What|Removed |Added CC||z...@freebsd.org --- Comment #10 f

[Bug 255264] Unable to add default route for fib

2023-04-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255264 Neal Nelson changed: What|Removed |Added Status|Open|Closed Resolution|---

Re: Ifconfig limitations

2023-04-19 Thread Hans Petter Selasky
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