svn commit: r329930 - head/sbin/route

Eugene Grosbein eugen at freebsd.org
Sat Feb 24 22:09:02 UTC 2018


25.02.2018 4:56, Rodney W. Grimes wrote:

> That pretty much defeats the purpose of a PINNED route if by default
> route delete is going to delete them.

Not exactly. According to rtentry(9):

           RTF_PINNED         Indicates that this route is immutable to a
                              routing protocol.

That is, routing daemons should not be allowed to modify such route
but /sbin/route is system administrator's tool, not routing protocol one.

It should be able to remove any route that it could before "pinned" changes. Hence, this commit.



More information about the svn-src-all mailing list