[Bug 256393] Issue with recreation of ppp/tun interfaces

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 03 Jun 2021 18:27:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256393

Eugene Grosbein <eugen@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ae@FreeBSD.org,
                   |                            |eugen@freebsd.org,
                   |                            |melifaro@FreeBSD.org

--- Comment #4 from Eugene Grosbein <eugen@freebsd.org> ---
(In reply to Nathan Whitehorn from comment #3)

> My suspicion is that the actual problem is that some of the routing-table verification code that went in recently is preventing adding an IP address with an address to which there is already a route on another interface.

If such "verification" was really added, it is wrong and must be corrected.
Only PINNED routes should remain intact, other routes should be replaceable by
daemons like ppp or net/mpd5 or alike even if they were already added by some
routing daemons.

Adding some more eyes to the CC of this PR.

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