]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r325436: RTF_PINNED for an interface
authoreugen <eugen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 20 Nov 2017 09:24:01 +0000 (09:24 +0000)
committereugen <eugen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 20 Nov 2017 09:24:01 +0000 (09:24 +0000)
commit3e7029a4f6b89de331c81a36ca378bd8459d7dfc
tree2ed139ffda96e11cc9b319041d8f20f0404f7b9b
parentf659b7f4892371dee86b0936d5fe9c0bb8227941
MFC r325436: RTF_PINNED for an interface

  Allow a process to assign an IP address to local ppp interface
  even if kernel routing table already has a route to the address in question
  installed by some routing daemon (PR 223129).

  Also, allow loopback route deletion when stopping a VIMAGE jail (PR 222647).

PR: 222647, 223129
Reviewed by: gnn
Approved by: mav (mentor)
Differential Revision: https://reviews.freebsd.org/D12747

git-svn-id: svn://svn.freebsd.org/base/stable/10@326012 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/net/if.c