CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/02 04:16:04
Modified files:
sys/net : if_vxlan.c
sys/netinet6 : in6_src.c ip6_var.h
Log message:
Rremoves 'struct route_in6 *' argument from in6_selectsrc().
Move the corresponding code in in6_pcbselsrc(). This reduces
differences with IPv4 and will help us to get rid of 'struct route*'.
ok vgross@
