CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/08 03:45:08
Modified files:
sys/netinet : ip_input.c
Log message:
Only use the routing table for source address selection when processing IP
options.
Make sure the next hop is directly reachable if IPOPT_SSRR is set.
Input from and ok vgross@
