CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/03 04:00:00
Modified files:
sys/netinet : ip_output.c
sys/netinet6 : in6_src.c
Log message:
Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9).
This introduces a behavior change as we now reject !RTF_UP routes to
output packets. This stricter check exposed a bug in the setup of
new routes and was the reason for the previous revert. This should
be now fixed by r1.229 of sys/net/route.c .
ok bluhm@
