diff options
author | melifaro <melifaro@FreeBSD.org> | 2016-01-09 11:41:37 +0000 |
---|---|---|
committer | melifaro <melifaro@FreeBSD.org> | 2016-01-09 11:41:37 +0000 |
commit | fda8b5679f4c51f90429e73fa1e8671b353e737a (patch) | |
tree | 0dc4f73b79afdd2db65e75c912a601bce8dc7e42 /contrib/llvm/lib/Transforms/Utils/CloneFunction.cpp | |
parent | 14cf7637d13898951746bfe88c375cc7f7c9983f (diff) | |
download | FreeBSD-src-fda8b5679f4c51f90429e73fa1e8671b353e737a.zip FreeBSD-src-fda8b5679f4c51f90429e73fa1e8671b353e737a.tar.gz |
Remove prefix check from in6_addroute().
This check was added in initial? netinet6/ import
back in 1999 (r53541).
It effectively became unnecessary after 'address/prefix clean-ups'
KAME commit 90ff8792e676132096a440dd787f99a5a5860ee8 (github) in 2001
(merged to FreeBSD in r78064) where prefix check was added to
nd6_prefix_onlink(). Similar IPv4 check (in_addroute() was added
in r137628).
Additionally, the right plance for this (or similar) check is the prefix
addition code (nd6_prefix_onlink(), nd6_prefix_onlink_rtrequest(),
in_addprefix() or rtinit()), but not the generic radix insert routine.
Diffstat (limited to 'contrib/llvm/lib/Transforms/Utils/CloneFunction.cpp')
0 files changed, 0 insertions, 0 deletions