Changes to route(8) or routing between r325235 and r326782?

Rodney W. Grimes freebsd-rwg at pdx.rh.CN85.dnsmgr.net
Tue Dec 12 18:02:22 UTC 2017


[ Charset windows-1252 unsupported, converting... ]
> 12.12.2017 22:15, Rodney W. Grimes wrote:
> 
> > The FreeBSD kernel now has a BIGGER bug, it now totally ignores the
> > user's specified routing policy and makes routing policy decissions
> > of its own, thinking that it knows what is best for the user.
> > 
> > The whole maintain_loopback_route should be KILLED from the kernel,
> > it is simply the wrong thing to be doing.
> 
> Only if you can supply alternative way to assign highest priority
> (administrative distance = 0) for "directly connected" routes.
> And ability to override dynamically received prefixes with direct
> interface address assignment.

This is all done by correctly configured routing daemon
running in userland over the route socket.  Only being
doing that for 25+ years that way, why suddenly does the
kernel need to over ride what has already been done and
working? 

If you say it is cause of its harder to filter, then
you are breaking everyone else cause you dont want to
do something right yourself.


-- 
Rod Grimes                                                 rgrimes at freebsd.org


More information about the freebsd-net mailing list