[Bug 128954] ifconfig(8) deletes valid routes

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 05 Jun 2023 11:06:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=128954

Alexander V. Chernikov <melifaro@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |melifaro@FreeBSD.org

--- Comment #4 from Alexander V. Chernikov <melifaro@FreeBSD.org> ---
(In reply to Marie Helene Kvello-Aune from comment #2)
What happens here is the following: each route has the preferred source address
encoded. When the address is deleted from the interface, all routes with this
source address gets wiped by the kernel.
So, it happens "by design" while it may be unexpected from the user POV.

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